#wpadminbar {
  display: none !important;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #565656;
}

main {
  opacity: 0;
  transition: .5s ease all;
}

.red {
  color: red;
  font-weight: 500;
}

main.active {
  opacity: 1;
}

::selection {
  color: #000;
  background-color: #958055;
}

::-moz-selection {
  color: #000;
  background: #958055;
}

/* common */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.img-fluid.full {
  width: 100%;
  max-width: inherit;
}

.txt-red {
  color: #cc1414;
}

.txt-ci-color {
  color: #958055;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
  color: #fff;
}

a {
  color: #565656;
  transition: .5s ease all;
}

a:hover {
  color: #958055;
  text-decoration: underline;
}

a svg {
  transition: .5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

svg {
  display: block;
}

@media screen and (max-width: 767px) {
  .table-outbox {
    margin-right: -16px;
    overflow-x: scroll;
    position: relative;
  }

  .table-outbox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .table-outbox::-webkit-scrollbar-track {}

  .table-outbox::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .table-outbox .table-inbox {
    min-width: 640px;
  }
}

.table {
  background-color: #fff;
}

.table thead th {
  background: #dfd9cc;
  border-bottom: 1px solid #fff;
}

.table tbody th {
  background: #dfd9cc;
  border-bottom: 1px solid #fff;
}

.table th {
  color: #958055;
  font-weight: 700;
  border-color: #fff;
}

.table tbody tr:last-child th {
  border-bottom: 1px solid #fff;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #dbd8d1;
}

.table th {
  border: 2px solid #fff;
}

.table td {
  border: 2px solid #dbd8d1;
}

.table td,
.table th {
  line-height: 2;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .table td,
  .table th {
    font-size: 14px;
    display: table-cell;
    padding: 8px;
  }

  .table-block thead,
  .table-block tbody {
    display: table;
    width: 100%;
  }

  .table-block thead th,
  .table-block thead td,
  .table-block tbody th,
  .table-block tbody td {
    display: block;
  }
}

@media screen and (min-width: 768px) {

  .table td,
  .table th {
    padding: 16px;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
  text-align: center;
}

.table-base dl dt,
.table-base dl dd {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 2px solid #dbd8d1;
}

.table-base dl dt {
  color: #958055;
  font-weight: 700;
  background-color: #efece6;
  width: 100%;
  border-color: #dbd8d1;
}

.table-base dl dd {
  color: #565656;
  border-left: 2px solid #dbd8d1;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .table-base dl:first-child dt {
    border-top: 2px solid #dbd8d1;
  }

  .table-base dl dd {
    border-left: none;
  }
}

@media screen and (min-width: 768px) {

  .table-base dl:first-child dt,
  .table-base dl:first-child dd {
    border-top: 2px solid #dbd8d1;
  }

  .table-base dl dt {
    width: 210px;
    border-right: none;
    border-bottom: 2px solid #dbd8d1;
    border-left: 2px solid #dbd8d1;
  }

  .table-base dl dd {
    border-right: 2px solid #dbd8d1;
  }
}

@media screen and (min-width: 768px) {

  .table-base dl dt,
  .table-base dl dd {
    font-size: 1rem;
  }
}

.table-block dl dt,
.table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {
  border: 1px solid #b8d2e3;
  border-bottom: none;
}

.table-block dl dd {
  border: 1px solid #b8d2e3;
}

.table-block dl dd:before {
  display: none;
}

@media screen and (min-width: 576px) {
  .table-block dl:last-child dt {
    border-bottom: none;
  }
}

.table-news dl {
  display: block;
  border-top: 1px solid #d6d6d6;
}

.table-news dl:first-child {
  border-top: none;
}

.table-news dl dt,
.table-news dl dd {
  line-height: 1;
  display: block;
  border: none;
}

.table-news dl dt {
  color: #000;
  background: #fff;
  width: inherit;
  padding: 0;
  padding-top: .5em;
}

.table-news dl dd {
  padding: .5em 0;
}

.table-news dl:first-child dt,
.table-news dl:first-child dd {
  border-top: none;
}

.table-news dl:last-child dt,
.table-news dl:last-child dd {
  border-bottom: none;
}

.table-news dl dt .date {
  font-size: .8em;
  line-height: 1;
  display: inline-block;
  background: #958055;
  padding: 5px;
}

.table-news dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-news dl dd a {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .table-news dl dt {
    width: 120px;
    min-width: inherit;
    padding: 1rem;
  }

  .table-news dl dt,
  .table-news dl dd {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-news .category-name {
  font-size: 12px;
  color: #fff;
  background: #787878;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 15px;
  min-width: 90px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .table-news .category-name {
    font-size: 1rem;
    min-width: 120px;
  }
}

.list-area {
  margin-bottom: 24px;
}

.list-area:last-child {
  margin-bottom: 0;
}

.list-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.list-area ul li {
  font-size: 14px;
  padding-left: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.list-area ul li::before {
  content: '';
  background: #958055;
  flex: 0 0 8px;
  max-width: 8px;
  width: 8px;
  height: 8px;
  margin-top: 13px;
  margin-right: 8px;
  border-radius: 4px;
  position: relative;
  left: 0;
}

.list-area ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-area ol li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 24px;
  text-indent: 0;
  position: relative;
}

.list-area ol li:last-child {
  margin-bottom: 0;
}

.list-area ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  left: 0;
}

.list-area ol.type-01 li::before {
  content: counter(number)'.';
}

.list-area ol.type-02 li::before {
  content: '(' counter(number)')';
}

@media screen and (min-width: 768px) {

  .list-area ul li,
  .list-area ol li {
    font-size: 16px;
    line-height: 32px;
  }
}

button:focus {
  outline: none;
}

.btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
}

.btn-area .btn-area-item {
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .btn-area .btn-area-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .btn-area .btn-area-item:last-child {
    margin-bottom: 0;
  }
}

.btn {
  min-width: 210px;
  padding: 16px;
  line-height: 1;
  text-align: center;
  transition: 0.5s ease all;
  border-radius: 2px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 16px 32px;
  }
}

.btn svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  fill: #fff;
}

.btn.mini {
  text-align: left;
  min-width: inherit;
  padding: .5rem 2rem .5rem 1rem;
  border-radius: 30px;
}

.btn.mini .hydrated {
  right: .5rem;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {}

.btn::before,
.btn::after {
  content: '';
  transition: .5s ease all;
}

.btn::before {}

.btn::after {}

.invert .btn::after {}

.btn:hover::before,
.btn:hover::after,
.btn:active::before,
.btn:hover::after,
.btn:focus::before,
.btn:active::after {
  transition: .5s ease all;
}

.btn:hover::after,
.btn:focus::before,
.btn:active::after {}

.btn-primary::before,
.btn-primary::after {}

.btn-primary::before {}

.btn-primary::after {}

.btn-light {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light::before,
.btn-light::after {}

.btn-light::before {}

.btn-light::after {}

.btn-primary {
  color: #fff;
  background-color: #958055;
  border-color: #958055;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #a5936e;
  border-color: #a5936e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a5936e;
  border-color: #a5936e;
}

.btn-danger {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #d90000;
  background-color: #fff;
  border-color: #d90000;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #d90000;
  background-color: #fff;
  border-color: #d90000;
}

.btn-outline-danger {
  color: #d90000;
  background-color: #fff;
  border-color: #d90000;
}

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #d90000;
}

.btn-warning {
  color: #000;
  background-color: #f0c419;
  border-color: #f0c419;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  color: #000;
  background-color: #f5d557;
  border-color: #f5d557;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f5d557;
  border-color: #f5d557;
}

.btn-lg {}

.btn-sm {}

.btn-link {
  color: #958055;
  text-decoration: underline;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-link.nu {
  text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #958055;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle {
  color: #958055;
}

.btn-more {
  color: #958055;
  text-decoration: none;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-more::after {
  content: '';
  background-color: #958055;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}

.btn-more .ttl-eng {
  text-transform: uppercase;
}

.blank::after {
  font-family: ionicons;
  content: '\f3ef';
  margin-left: 5px;
}

.ttl {
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl.ttl-xs-mini {
    font-size: 1.1rem;
  }
}

.ttl a {
  color: #958055;
}

.invert .ttl,
.invert .ttl a {
  color: #fff;
}

.ttl.center {
  text-align: center;
}

.ttl.b0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ttl.bold {
  font-weight: 700;
}

.ttl.normal {
  font-weight: 400;
}

.ttl.dark {
  color: #343434;
}

.invert .ttl.dark {
  color: #fff;
}

.ttl .ttl-eng {
  font-size: 1em;
  color: inherit;
  margin: 0;
}

.ttl::before,
.ttl::after {
  content: '';
  position: absolute;
}

.ttl-01 {
  font-size: 24px;
  line-height: 32px;
  color: #958055;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #958055;
}

.ttl-01 .icon+.text {
  padding-left: 16px;
}

.ttl-01 .text {
  font-weight: 700;
}

.ttl-01 .text .mini {
  font-size: 0.6em;
  padding-left: 16px;
}

.invert .ttl-01 .ttl-eng {
  color: #fff;
}

.invert .ttl-01 .ttl-jpn {
  color: #fff;
}

.ttl-02 {
  color: #fff;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 16px;
  margin-bottom: 32px;
  background: repeating-linear-gradient(-45deg, #958055, #958055 4px, #a5936e 0, #a5936e 8px);
}

.ttl-02 .icon {
  flex: 0 0 28px;
  max-width: 28px;
}

.ttl-02 .icon svg {
  fill: #fff;
}

.ttl-02 .icon+.text {
  padding-left: 8px;
}

.ttl-03 {
  color: #d90000;
  font-weight: 700;
}

.ttl-03 svg {
  width: 64px;
  height: 64px;
  fill: #d90000;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .ttl-01 .icon {
    flex: 0 0 24px;
    max-width: 24px;
  }

  .ttl-01 .text .mini {
    display: block;
    padding-left: 0;
  }

  .ttl-02 {
    font-size: 18px;
    line-height: 32px;
  }

  .ttl-03 {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .ttl-01 {
    font-size: 32px;
    line-height: 56px;
  }

  .ttl-01 .icon {
    flex: 0 0 48px;
    max-width: 48px;
  }

  .ttl-02 {
    font-size: 24px;
    line-height: 40px;
  }

  .ttl-03 {
    font-size: 24px;
    line-height: 40px;
  }
}

.bg-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
  z-index: 0;
}

.bg-common.cover {
  background-size: cover;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
  margin-bottom: 1rem;
}

.cont .metabox.main {
  margin-bottom: 2rem;
}

.cont .metabox:last-child,
.cont .metabox p:last-child {
  margin-bottom: 0;
}

.cont .metabox p {
  font-size: 14px;
  line-height: 28px;
}

.cont .round {
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .cont .metabox p {
    font-size: 16px;
    line-height: 32px;
  }
}

a.block-area,
a.block-area:hover {
  text-decoration: none;
}

a.block-area.scale .image-area {
  overflow: hidden;
}

a.block-area.scale .image-area .image {
  transform: scale(1);
  transition: .5s ease all;
  opacity: 1;
}

a.block-area.scale:hover .image-area .image,
a.block-area.scale:focus .image-area .image,
a.block-area.scale:active .image-area .image {
  transform: scale(1.05);
  transition: .5s ease all;
  opacity: 1;
}

a.block-area.translate:hover figure,
a.block-area.translate:focus figure,
a.block-area.translate:active figure {
  opacity: 1;
}

a.block-area.translate figure div {
  overflow: hidden;
}

a.block-area.translate figure div img {
  transform: scale(1.1) translateX(-10px);
  transition: .5s ease all;
}

a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(10px);
  transition: .5s ease all;
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate figure div img {
  transform: scale(1.1) translateX(-15px);
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate figure div img {
  transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(-15px);
}

.step-area {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: section;
}

.step-area .cont-num::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

/* header */
header {
  position: relative;
  z-index: 10;
}

header .container-fluid.inner {
  position: relative;
}

header .navbar-header {
  width: 100%;
}

header .navbar-header.scroll-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  top: -130px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease all;
}

header .navbar-header.scroll-menu.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

header .header-top {
  display: none;
}

header .header-top .outbox .sub-menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

header .header-top .outbox .header-text .title {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

header .header-top .outbox .sub-menu ul li {
  display: block;
}

header .header-top .outbox .sub-menu ul li.nav-item .nav-link {
  font-size: 14px;
}

header .header-top .outbox .sub-menu ul li.nav-item .nav-link.register {
  color: #958055;
  background: #faf1e0;
}

header .header-top .outbox .sub-menu ul li.nav-item .nav-link.login {
  color: #958055;
  background: #fff;
}

header .header-top .outbox .sub-menu ul li.nav-item .nav-link.register .icon svg,
header .header-top .outbox .sub-menu ul li.nav-item .nav-link.login .icon svg {
  width: 24px;
  height: 24px;
  margin: auto;
  fill: #958055;
}

header .header-top .outbox .sub-menu ul li.nav-item .nav-link .icon+.text {
  padding-left: 4px;
}

@media screen and (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  header .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  header .header-middle {
    background: #fff;
  }

  header .header-middle .header-logo .navbar-brand {
    display: inline-block;
    padding: 8px;
  }

  header .header-middle .header-logo .navbar-brand .title {
    font-size: 1px;
    display: block;
    margin-bottom: 0;
  }

  header .header-middle .header-logo .navbar-brand .title img {
    width: auto;
    height: 40px;
  }

  header .header-bottom {
    min-height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  header .header-top {
    display: block;
    background: #958055;
  }

  header .header-top .outbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  header .header-top .outbox .sub-menu {
    margin-left: auto;
  }

  header .header-top .outbox .sub-menu ul li.nav-item .nav-link {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding-right: 16px;
    padding-left: 16px;
  }

  header .header-middle {
    display: block;
    background-color: #f7f7f7;
  }

  header .header-middle .outbox {
    background-image: url(img/common/bg-main.png);
    background-repeat: no-repeat;
    background-size: 866px auto;
    background-position: right center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    height: 320px;
  }

  header .header-bottom {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
}

.navbar {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 991px) {
  header .navbar {
    background: #fff;
    margin-top: 56px;
  }

  header .navbar-collapse .header-menu {
    position: relative;
  }

  header .contact-block ul {
    padding: 0;
    margin: 0;
  }

  header .contact-block ul li {
    text-align: center;
    display: block;
  }

  header .contact-block ul .tel {
    margin-bottom: 10px;
  }

  header .contact-block ul .tel-box .title,
  .contact-block ul .tel-box .business-hours {
    display: block;
  }

  header .contact-block ul .tel-box .title {
    padding-bottom: 5px;
  }

  header .contact-block ul .tel-box .business-hours {
    padding-top: 5px;
  }

  header .contact-block ul .tel-box a {
    font-size: 28px;
    display: block;
    position: relative;
    background: none;
  }

  header .contact-block ul .tel-box a:hover {
    text-decoration: none;
  }

  .navbar.base {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .navbar.scroll {
    display: none;
  }

  header .navbar-collapse .sub-menu-area {
    padding: 0 24px 24px 24px;
  }

  header .navbar-collapse .sub-menu-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px;
  }

  header .navbar-collapse .sub-menu-area ul li.nav-item {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  header .navbar-collapse .sub-menu-area ul li.nav-item .nav-link {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
  }

  header .navbar-collapse .sub-menu-area ul li.nav-item .nav-link {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  header .navbar-collapse .sub-menu-area ul li.nav-item .nav-link .icon {
    flex: 0 0 16px;
    max-width: 16px;
  }

  header .navbar-collapse .sub-menu-area ul li.nav-item .nav-link .icon svg {
    width: 16px;
    height: 16px;
    fill: #958055;
  }

  header .navbar-collapse .sub-menu-area ul li.nav-item .nav-link .icon+.text {
    padding-left: 4px;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    display: block;
    margin-right: -16px;
    margin-left: -16px;
  }

  .navbar {
    background: #fff;
  }

  .navbar.active {}

  header .navbar-collapse .sub-menu-area {
    display: none;
  }
}

.navbar.bg-dark {}

.navbar-brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 10px;
  margin-right: 0;
  position: relative;
}

header .navbar-brand::before {}

@media screen and (max-width: 767px) {
  .navbar-brand {
    display: inline-block;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-brand .logo-image {
    font-size: 1px;
  }

  .navbar-brand .logo-image svg {
    width: auto;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    padding: 0;
    z-index: 15;
  }

  header .navbar-brand {
    padding-left: 5px;
    flex: 0 0 350px;
    max-width: 350px;
  }
}

.navbar-brand .logo-image {
  display: inline-block;
  position: relative;
}

.navbar-brand .logo-image span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: .5s ease all;
}

.fixed-top .navbar-brand .logo-image span {
  display: inline-block;
  transition: .5s ease all;
}

.navbar h1 {
  font-size: 1px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .navbar h1 {
    font-size: 1.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .navbar h1 .cn {
    margin-left: 10px;
  }
}

.navbar-nav .nav-link {
  text-align: left;
  padding: 0;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #11273E;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #11273E;
}

@media screen and (min-width: 992px) {
  header .navbar-nav {}

  header .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  header .navbar-nav .nav-link::after {
    bottom: .75rem;
    left: 0;
  }
}

.navbar-nav .nav-link .link-menu {
  display: block;
  padding: 20px;
}

.navbar-toggler {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 12px 20px 30px;
  background: #958055;
  border-radius: 0;
}

.navbar-toggler .text {
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  transition: .5s ease all;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler.collapsed .text {
  transition: .5s ease all;
}

.navbar-toggler .text .in-text:nth-of-type(1) {
  opacity: 0;
  position: absolute;
}

.navbar-toggler.collapsed .text .in-text:nth-of-type(1) {
  opacity: 1;
  position: relative;
}

.navbar-toggler .text .in-text:nth-of-type(2) {
  opacity: 1;
  position: relative;
}

.navbar-toggler.collapsed .text .in-text:nth-of-type(2) {
  opacity: 0;
  position: absolute;
}

.dropdown-toggle::after {
  font-family: ionicons;
  content: '\f3d0';
  color: #fff;
}

@media screen and (min-width: 768px) {
  .dropdown-toggle::after {
    color: #fff;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown.show>.dropdown-menu {
  background: none;
}

.dropdown.show>.dropdown-menu li .nav-link,
.dropdown:hover>.dropdown-menu li .nav-link {
  color: #11273E;
  font-weight: 700;
  line-height: 1.5;
}

.dropdown>.dropdown-menu li .nav-link .link-menu,
.dropdown.show>.dropdown-menu li .nav-link .link-menu,
.dropdown:hover>.dropdown-menu li .nav-link .link-menu {
  display: block;
  padding: .5rem;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background: #223377;
}

.dropdown>.dropdown-menu .container-fluid.inner .menu-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item {
  width: 50%;
  padding-right: 7px;
  padding-left: 7px;
}

.dropdown>.dropdown-menu li .nav-link .cont,
.dropdown.show>.dropdown-menu li .nav-link .cont,
.dropdown:hover>.dropdown-menu li .nav-link .cont {
  background-color: #fff;
  width: 100%;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu .title {
  color: #11273E;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item,
.dropdown>.dropdown-menu .container-fluid.inner li.item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-toggle::before {
    background: #11273E;
  }

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: 56px;
  }
}

@media screen and (min-width: 768px) {

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: auto;
    top: inherit;
  }

  .dropdown>.dropdown-menu li .nav-link .cont,
  .dropdown.show>.dropdown-menu li .nav-link .cont,
  .dropdown:hover>.dropdown-menu li .nav-link .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    text-align: left;
  }

  .dropdown>.dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
  }
}

@media screen and (min-width: 1201px) {
  .dropdown>.dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 15px;
  }
}

header .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  transition: .5s ease all;
}

header .navbar-nav .dropdown-menu .nav-link img {
  max-width: 100%;
  height: auto;
}

.contact-block.base .icon-box {
  margin-right: 10px;
}

.contact-block.base .icon-box svg {
  width: 48px;
  height: 48px;
  fill: #11273E;
}

header .contact-block.base ul,
header .contact-block.base ul li,
header .contact-block.base ul li .block-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

header .contact-block.base ul li .block-area {
  font-size: 12px;
  color: #fff;
  -ms-align-items: center;
  align-items: center;
  height: 112px;
}

header .contact-block.base ul li .block-area svg {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  fill: #fff;
}

header .contact-block.base ul li .block-area:hover svg {
  fill: #958055;
}

.block-area svg {
  transition: .5s ease all;
}

.block-area:hover svg {
  transition: .5s ease all;
}

header .contact-block.base ul li.honda .block-area svg {
  width: 72px;
  height: 16px;
}

header .contact-block.base ul li .block-area .text {
  padding-top: 10px;
}

header .contact-block.base ul li.mail .block-area {
  background-color: #958055;
}

header .contact-block.base ul li.mail .block-area:hover {
  color: #958055;
  background-color: #F4F8FA;
}

header .contact-block.base ul li.reservation .block-area {
  background-color: #11273E;
}

header .contact-block.base ul li.reservation .block-area:hover {
  color: #958055;
  background-color: #F4F8FA;
}

.contact-block ul {
  padding: 0;
  margin: 0;
}

.contact-block ul li {
  font-size: 14px;
  text-align: center;
  display: block;
}

.contact-block ul .tel {
  margin-bottom: 10px;
}

.contact-block.base ul .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

header .contact-block.base ul .tel {}

.contact-block ul .tel-box .title,
.contact-block ul .tel-box .business-hours {
  display: block;
}

.contact-block ul .tel-box .title {
  padding-bottom: 5px;
}

.contact-block ul .tel-box .business-hours {
  padding-top: 5px;
  line-height: 1;
}

.contact-block ul .tel-box a {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.contact-block ul .tel-box a:hover {
  text-decoration: none;
}

.contact-block.tel {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 11;
}

header .contact-block.tel ul .tel {
  margin: 0;
}

header .contact-block.tel ul .tel a {
  background-color: #958055;
  display: block;
  padding: 12px;
}

.contact-block.tel li {
  margin: 0;
}

.contact-block.tel svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

.navbar .header-menu .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 700;
}

header .navbar .header-menu .navbar-nav .nav-link {
  color: #565656;
  font-weight: 700;
}

header .navbar .header-menu .navbar-nav .nav-link:hover {
  color: #958055;
}

header .navbar .header-menu .navbar-nav .nav-link+.multi-collapse .nav-item {
  display: block;
}

header .navbar .header-menu .navbar-nav .nav-link+.multi-collapse .nav-item .nav-link {
  border-bottom: 1px dashed #e5e5e5;
  text-align: left;
}

header .navbar-collapse .menu-area .header-submenu {
  font-size: 12px;
}

@media screen and (max-width: 991px) {

  header .contact-block.base ul li,
  header .contact-block.base ul li .block-area,
  header .contact-block.base ul li .block-area .box {
    width: 100%;
  }

  header .header-middle {
    border-bottom: 1px dashed #e5e5e5;
  }

  header .navbar-collapse {
    border-top: 1px dashed #e5e5e5;
  }

  .contact-block.base ul .tel {
    text-align: center;
    justify-content: center;
  }

  .dropdown>.dropdown-menu .container-fluid.inner {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar .header-menu .navbar-nav .nav-link+.multi-collapse {
    padding-left: 16px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item {
    line-height: 1.5;
    margin-bottom: 16px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item:last-child {
    margin-bottom: 0;
  }

  .dropdown .dropdown-menu,
  .dropdown.show>.dropdown-menu {
    padding: 10px 5px;
    border-top: 1px solid #11273E;
  }

  header .navbar .menu-area {
    padding: 8px 24px 24px;
  }

  header .navbar .header-menu .navbar-nav .nav-link {
    padding: 18px 0;
    padding-right: 15px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
  }

  header .navbar .header-menu .navbar-nav .nav-link:hover {
    color: #958055;
  }

  header .navbar .header-menu .navbar-nav .nav-link::before {
    content: '';
    background: #958055;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-link:hover::before {
    width: 100%;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 12px;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::before,
  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::after {
    content: '';
    position: absolute;
    background: #958055;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link.collapsed .i_box::before,
  header .navbar .header-menu .navbar-nav .nav-link.collapsed.parent>.nav-link .i_box::after {
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link.collapsed .i_box::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    transform: rotate(0deg);
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link.collapsed .i_box::after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    transform: rotate(0deg);
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    transform: rotate(360deg);
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    transform: rotate(450deg);
  }

  header .navbar .header-submenu {
    padding-top: 24px;
  }

  header .navbar-collapse .sns-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px 24px;
    margin-right: -8px;
    margin-left: -8px;
  }

  header .navbar-collapse .sns-area .sns-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (min-width: 992px) {
  header .navbar .header-menu .navbar-nav .nav-link {
    padding: 32px 16px;
    font-size: 18px;
  }

  header .navbar .header-menu .navbar-nav>.nav-item>.nav-link::after {
    content: '';
    background: #958055;
    height: 4px;
    position: absolute;
    right: 100%;
    bottom: -1px;
    left: 16px;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav>.nav-item>.nav-link:hover::after {
    right: 16px;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
    max-width: 1290px;
    padding: 30px;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link.active+.multi-collapse {
    opacity: 1;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link.active+.multi-collapse::before,
  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse:hover::before {
    opacity: 1;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse:hover,
  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link:hover+.multi-collapse {
    pointer-events: all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse:hover,
  header .navbar .header-menu .navbar-nav .nav-item.parent:hover .nav-link+.multi-collapse .nav-item {
    opacity: 1;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse .nav-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 0;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse .nav-item .nav-link {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0;
  }

  header .navbar-collapse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  header .navbar-collapse .menu-area {
    padding-right: 20px;
  }

  header .navbar-collapse .menu-area .header-menu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  header .navbar-collapse .menu-area .header-submenu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 10px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item .nav-link:hover {
    color: #958055;
  }

  header .navbar-collapse .menu-area .navbar-nav {
    justify-content: flex-end;
  }

  header .navbar-collapse .sns-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 8px;
    margin-left: auto;
  }

  header .navbar-collapse .sns-area .sns-item {
    flex: 0 0 213px;
    max-width: 213px;
    padding-right: 8px;
    padding-left: 8px;
  }

  header .corporate-contact {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 11;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    text-align: center;
  }

  .dropdown>.dropdown-menu,
  .dropdown>.dropdown-menu.show {
    background: none;
    overflow: hidden;
    display: block;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 12;
  }

  .dropdown>.dropdown-menu {
    top: 90px;
  }

  .dropdown>.dropdown-menu.show,
  .dropdown:hover>.dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    top: 100px;
    opacity: 1;
  }

  .dropdown>.dropdown-menu .container-fluid.inner li {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link .link-menu {
    line-height: 1;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link {
    text-align: left;
    position: relative;
    transition: .5s ease all;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  header {
    z-index: 100;
  }

  .dropdown .dropdown-menu li a {
    text-align: left;
  }

  .contact-block.base {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    transition: .5s ease all;
  }

  header .contact-block.base {
    position: relative;
  }

  header .contact-block.base .tel .btn {
    font-size: 18px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    font-size: 1rem;
    padding: 42px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  header .navbar-nav .nav-link .link-menu {}

  .contact-block.base .icon-box svg {
    width: 36px;
    height: 36px;
  }

  header .corporate-contact .item a {
    font-size: 12px;
    width: 90px;
    height: 90px;
  }

  .contact-block ul .tel-box a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1201px) {
  header .corporate-contact .item a {
    width: 150px;
    height: 120px;
  }
}

main {
  position: relative;
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}

main article {
  overflow: hidden;
}

main article section.bg-common:nth-child(odd) {}

main article section.bg-common:nth-child(even) {}

main article section.bg-common.bg-none:nth-child(odd),
main article section.bg-common.bg-none:nth-child(even) {
  background: none;
}

main article section.bg-common.bg-fix:nth-child(odd),
main article section.bg-common.bg-fix:nth-child(even) {
  background: none;
}

@media screen and (max-width: 767px) {
  .row-archive .item [class^="block_"] {
    padding-bottom: 30px !important;
  }
}

.bg-common.bg-fix::before,
.bg-common.bg-fix::after {
  position: fixed;
}

@media screen and (min-width: 992px) {
  .breadcrumb-area {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .breadcrumb {
    padding-left: 0;
  }
}

/* slider */
.slider-base {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider-base.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slider-area .main-catch {
    position: relative;
  }
}

.slider-area .catch,
.slider-area .subcatch {
  color: #fff;
}

.slider-area .catch {
  font-weight: 700;
}

.slider-area .catch span {
  line-height: 1;
}

.slider-area .catch .bg-cont {
  display: block;
  margin: 5px 0;
}

.slider-area .catch .bg-cont .bg-white {
  padding: 5px;
}

.slider-area .catch .bg-cont span {
  display: inline-block;
}

.slider-area .catch .bg-cont .bg-white span {
  background: -webkit-linear-gradient(0deg, #958055, #15700f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-area .catch {
  font-size: 1.5rem;
}

.slider-area .subcatch {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 576px) {
  .slider-area .catch {
    font-size: 2rem;
  }

  .slider-area .subcatch {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .slider-area .catch {
    font-size: 2rem;
  }

  .slider-area .subcatch {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .slider-area .catch {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1480px) {
  .slider-area .catch {
    font-size: 3.5rem;
  }
}

.slider-area .main-catch-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slider-area .main-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.slider-area .main-catch .title {
  margin-bottom: 1rem;
}

.slider-area .main-catch .catch {
  text-shadow: 0 0 5px #000;
}

.slider-area .main-catch .subcatch {
  margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text {
  display: block;
  margin-bottom: 5px;
}

.slider-area .main-catch .subcatch .text:last-child {
  margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text .bg-cont {
  display: inline-block;
  background-color: #958055;
  padding: 2px 6px;
}

.slider-area .main-catch figure {
  margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
  .slider-area .main-catch {
    margin-top: 30px;
    left: 10%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .main-catch {
    left: 33.333333%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .main-catch {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .main-catch {
    left: 40%;
  }
}

/* carousel-area */
@media screen and (max-width: 767px) {
  .carousel-area {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }

  .carousel-area .carousel-cont {
    padding-left: 8px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-track {}

  .carousel-area .carousel-cont::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .carousel-area .carousel-cont>.row,
  .carousel-area .carousel-cont>.menu-row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }

  .carousel-area .carousel-cont>.row.center {
    justify-content: flex-start;
  }

  .carousel-area .carousel-cont>.row>.item,
  .carousel-area .carousel-cont>.menu-row>.item {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
    display: table-cell;
    padding-right: 8px;
    padding-left: 8px;
  }

  .carousel-area .carousel-cont .row .item-image,
  .carousel-area .carousel-cont .row .item-text,
  .carousel-area .carousel-cont .menu-row .item-image,
  .carousel-area .carousel-cont .menu-row .item-text {
    width: auto;
    display: block;
  }
}

/* enrollment */
.scroll-area {
  background: #efece6;
}

.scroll-area .scroll-cont {
  background: #fff;
  overflow-y: scroll;
  max-width: 720px;
  height: 320px;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item {}

.tab_item>.cont-main {
  opacity: 0;
  transition: .5s ease all;
  position: relative;
  top: 120px;
  height: 0;
}

.tab_item.is-active-item>.cont-main {
  opacity: 1;
  transition: .5s ease all;
  position: relative;
  top: 0;
  height: auto;
}

.tab-item-area {
  position: relative;
}

.tab-menu .tab_btn {
  cursor: pointer;
}

.row .item figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.row .item .zoom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #958055;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: .5s ease all;
}

.row .item .zoom svg {
  width: 32px;
  height: 32px;
  margin: auto;
  fill: #fff;
}

.row .item .block-area:hover .zoom {
  width: 60px;
  height: 60px;
  transition: .5s ease all;
}

.row .item .block-area:hover .zoom svg {
  width: 36px;
  height: 36px;
  transition: .5s ease all;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.tos-close,
.tos-next,
.tos-prev {
  background-color: #d6d6d6 !important;
}

.tos-close span:before,
.tos-prev span {
  border-bottom: 3px solid #958055 !important;
  border-left: 3px solid #958055 !important;
}

.tos-close span:after,
.tos-next span {
  border-top: 3px solid #958055 !important;
  border-right: 3px solid #958055 !important;
}

@media screen and (min-width: 992px) {
  .tos-caption {
    color: #000 !important;
    text-shadow: none !important;
  }
}

/* home */

.category-list {
  margin-bottom: 30px;
}

.category-list li button {
  font-size: 12px;
  color: #958055;
  background: #fff;
  padding: 8px;
  border-radius: 0;
  border: 1px solid #958055;
}

@media screen and (min-width: 768px) {
  .category-list li button {
    font-size: 14px;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .category-list li button {
    font-size: 16px;
    padding: 1rem;
  }
}

.nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -5px
}

.nav-list li {
  display: block;
  padding: 5px;
}

.nav-list li button {
  box-shadow: 3px 3px #958055;
  transition: .5s ease all;
}

.nav-list li button.active {
  box-shadow: 3px 3px #e6e6e6;
  transition: .5s ease all;
}

@media screen and (max-width: 767px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

.map iframe {
  width: 100%;
}

/* blog */
.image-area {
  margin-bottom: 16px;
  position: relative;
}

.image-area .new-post {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-area .new-post svg {
  display: block;
  width: 48px;
  height: 48px;
  fill: #958055;
}

.image-area .term {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.image-area .term .category-name {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 4px 6px;
  background: repeating-linear-gradient(-45deg, #958055, #958055 4px, #a5936e 0, #a5936e 8px);
}

.image-area .term .category-name .icon {
  flex: 0 0 14px;
  max-width: 14px;
  width: 14px;
  height: 14px;
}

.image-area .term .category-name .icon svg {
  fill: #fff;
}

.image-area .term .category-name .icon+.text {
  padding-left: 2px;
}

.info-area {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 4px;
}

.info-area .date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.info-area .date .icon {
  flex: 0 0 14px;
  max-width: 14px;
  width: 14px;
  height: 14px;
}

.info-area .date .icon svg {
  fill: #958055;
}

.info-area .date .icon+.text {
  padding-left: 4px;
}

.row-post .item .block-area .text-area .ttl-area .ttl {
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .row-post .item .block-area .text-area .ttl-area .ttl {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .front_page .row-post .item:nth-of-type(1) {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .row-post .item {
    margin-bottom: 24px;
  }

  .row-post .item .block-area .text-area .ttl-area .ttl {
    font-size: 18px;
    line-height: 36px;
  }
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-area img {
  max-width: 100%;
  height: auto;
}

#side .widget-area {
  text-align: center;
}

#side .widget-area:nth-of-type(odd) {
  margin-bottom: 16px;
}

#side .widget-area:nth-of-type(even) {
  margin-bottom: 32px;
}

#side .widget-area>[class^="block-"] {
  margin-bottom: 32px;
}

#side .widget-area .widget h3 {
  font-size: 16px;
  line-height: 32px;
  color: #958055;
  text-align: center;
  display: block;
  padding-right: 32px;
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
}

#side .widget-area .widget h3::before,
#side .widget-area .widget h3::after {
  content: '';
  background: #958055;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
}

#side .widget-area .widget h3::before {
  left: 0;
}

#side .widget-area .widget h3::after {
  right: 0;
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widget ul li {
  display: block;
}

.widget {
  padding: 0;
}

.widget>ul {
  margin: 0;
}

.widget>ul>li {
  padding: 0;
  border-top: 1px dashed #e6e6e6;
}

.widget>ul>li:last-child {
  border-bottom: 1px dashed #e6e6e6;
}

.widget>ul>li a {
  font-size: 14px;
  display: block;
  padding: 16px 0;
}

.widget>ul>li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.widget>ul>li a .image-area {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0;
}

.widget>ul>li a .text-area {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 16px;
}

.widget>ul>li .date {
  font-size: 12px;
  margin-bottom: 5px;
}

.widget>ul>li .metabox p {
  line-height: 1;
}

.widget>ul>li>ul>li {
  padding: 0;
  border-top: 1px dashed #e6e6e6;
}

.widget>ul>li>ul>li>a {
  padding-left: 1em;
}

.widget ul .taglist li {
  padding: 0;
  border-top: 1px dashed #e6e6e6;
}

.widget ul .taglist li:last-child {
  border-bottom: 1px dashed #e6e6e6;
}

.widget ul .taglist li a {
  font-size: 14px;
  display: block;
  padding: 16px 0;
}

#searchform .btn {
  min-width: inherit;
}

.nav-below {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.nav-below .nav-next {
  float: left;
}

.nav-below .nav-previous {
  float: right;
}

.nav-below .nav-next a,
.nav-below .nav-previous a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inherit;
}

.nav-below a:hover,
.nav-below a:active,
.nav-below a:focus {
  opacity: .5;
}

.nav-below .nav-next a {
  text-align: left;
}

.nav-below .nav-previous a {
  text-align: right;
}

.nav-below .nav-next a:before,
.nav-below .nav-previous a:before {
  font-family: ionicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-below .nav-next a:before {
  content: '\f3d2';
  left: 1em;
}

.nav-below .nav-previous a:before {
  content: '\f3d3';
  right: 1em;
}

.nav-below span {
  text-align: center;
  width: 33.333333%;
}

.nav-below .nav-next,
.nav-below .nav-previous {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-below .nav-next {
  text-align: left;
}

.nav-below .nav-previous {
  text-align: right;
}

.nav-below .nav-next a {
  padding: 1em 1em 1em 2em;
}

.nav-below .archive a {
  padding: 1em;
}

.nav-below .nav-previous a {
  padding: 1em 2em 1em 1em;
}

.nav-below span a {
  display: inline-block;
  border: none;
  background: none;
}

@media screen and (max-width: 767px) {
  .nav-below span {
    font-size: .8em;
  }
}

.bg-common.post.blog .row-blog .item-main.archive>.cont>.cont-main>[class^="block_"] {
  border-bottom: 1px solid #d6d6d6;
}

.bg-common.post.blog .row-blog .item-main.archive>.cont>.cont-main>[class^="block_"]:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .row-blog .item-main.archive {
    margin-bottom: 88px;
  }
}

.search form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.search form button {
  background: none;
  border: none;
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.search form button svg {
  fill: #958055;
  display: block;
  width: 16px;
  height: 16px;
}

.form-search {
  color: #92999B;
  font-weight: 400;
  height: 48px;
}

.form-search::placeholder {
  color: #92999B;
  font-weight: 400;
}

.swpm-more-tag-not-logged-in {
  display: none;
}

.swpm-more-tag-not-logged-in-text {
  color: #958055;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 32px;
  background: #faf1e0;
}

.swpm-registration-widget-form {
  margin-bottom: 24px;
}

/* faq */
.nav-btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 32px -8px;
}

.nav-btn-area .nav-btn-area-item {
  padding: 8px;
}

.nav-btn-area .nav-btn-area-item .block-area {
  color: #958055;
  background: #efece6;
  padding: 16px;
  transition: 0.5s ease all;
}

.nav-btn-area .nav-btn-area-item .block-area:hover {
  color: #efece6;
  background: #958055;
}

.faq .accordion_one {
  line-height: 1.5;
}

.faq .accordion_one .accordion_header {
  color: #958055;
  background-color: #efece6;
  font-size: 26px;
  padding-left: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-right: 1px solid #958055;
  border-bottom: 1px solid #958055;
  border-left: 1px solid #958055;
}

.faq .accordion_one:first-child .accordion_header {
  border-top: 1px solid #958055;
}

.faq .accordion_one .head {
  font-size: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 3px;
}

.faq .accordion_one .accordion_header .head {
  background-color: #958055;
  color: #efece6;
}

.faq .accordion_one .accordion_header.open .head,
.faq .accordion_one .accordion_header:hover .head {
  background-color: #958055;
  color: #efece6;
}

.faq .accordion_one .accordion_inner .head {
  background-color: #efece6;
  color: #958055;
  opacity: 0;
  transition: .5s ease all;
}

.faq .accordion_one .accordion_header.open+.accordion_inner .head,
.faq .accordion_one .accordion_header.stay+.accordion_inner .head {
  opacity: 1;
  transition: .5s ease all;
}

.faq .accordion_one .accordion_header.open,
.faq .accordion_one .accordion_header.stay {
  color: #958055;
}

.faq .accordion_one .accordion_header:hover {
  color: #958055;
  opacity: .8;
}

.faq .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.faq .accordion_one .accordion_header .i_box .one_i:before,
.faq .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #958055;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq .accordion_one .accordion_header.open .i_box .one_i:before,
.faq .accordion_one .accordion_header.open .i_box .one_i:after,
.faq .accordion_one .accordion_header.stay .i_box .one_i:before,
.faq .accordion_one .accordion_header.stay .i_box .one_i:after,
.faq .accordion_one .accordion_header:hover .i_box .one_i:before,
.faq .accordion_one .accordion_header:hover .i_box .one_i:after {
  background-color: #958055;
}

.faq .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
  padding: 16px;
  padding-left: 72px;
  background-color: #fff;
  box-shadow: inset 1px 0 #958055, inset -1px -1px #958055;
  position: relative;
}

.faq .accordion_one .accordion_inner.block {
  display: block;
}

.faq .accordion_one .accordion_inner.stay {
  display: block;
}

.faq .accordion_one .accordion_inner p.txt_a_ac {
  padding: 0;
  margin: 0;
}

.faq .accordion_one .accordion_header {
  text-align: left;
  padding: 24px 60px 24px 72px;
}

.faq .accordion_one .accordion_inner p.txt_a_ac,
.faq .accordion_one .accordion_header {
  font-size: 16px;
}

.faq .accordion_one .accordion_header {
  font-weight: 700;
}

/* pagination */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.pagination .pagination-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-right: -8px;
  margin-left: -8px;
  flex-wrap: wrap;
}

.pagination .page-numbers.dots {
  color: #958055;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.pagination a,
.pagination .current {
  display: block;
  text-decoration: none;
  color: #958055;
  background: transparent;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #958055;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.pagination .current {
  color: #fff;
  background: #958055;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #fff;
  background: #958055;
  border: 1px solid #958055;
}

.pagination a svg {
  width: 10px;
  height: 10px;
  transition: 0.5s ease all;
}

.pagination a svg path {
  fill: #958055;
}

.pagination a:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 80px;
  }

  .pagination a,
  .pagination .current {
    margin: 2px;
  }

  .pagination .page-numbers.dots {
    padding: 2px;
  }
}

@media screen and (min-width: 768px) {

  .pagination a,
  .pagination .current {
    margin: 4px;
  }

  .pagination .page-numbers.dots {
    padding: 4px;
  }
}

/* contact */
.bg-common.bg-contact.closing {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bg-common.bg-contact.closing .contact-area .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .bg-common.bg-contact.closing {
    min-height: 360px;
  }

  .bg-common.bg-contact.closing .contact-area .tel {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 28px;
  }

  .bg-common.bg-contact.closing .contact-area .mail .btn {
    padding: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 32px;
  }
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box {
  margin-right: 10px;
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}

.bg-common.bg-contact.closing .contact-area .tel .tel-box .business-hours {
  text-align: left;
  display: block;
}

.bg-common.bg-contact.closing .contact-area .mail .btn {
  color: #958055;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.bg-common.bg-contact.closing .contact-area .mail svg {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  fill: #958055;
}

.contact-area ul {
  display: block;
  text-align: center;
  padding: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

@media screen and (min-width: 768px) {
  .contact-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.contact-area ul li {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-area .tel a,
.contact-area .mail a {
  margin: 0;
  border-radius: 0;
}

@media screen and (min-width: 768px) {

  .contact-area .tel a,
  .contact-area .mail a {
    font-size: 1.1em;
  }
}

.contact-area .tel a {
  font-size: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.contact-area .tel a:hover {
  text-decoration: none;
}

.contact-area .mail a {
  min-width: 320px;
  padding: 1rem;
}

dl dd label {
  cursor: pointer;
}

.table-contact table label {
  display: block;
  width: 100%;
  padding-right: 45px;
  margin-bottom: 0;
  position: relative;
  cursor: auto;
  cursor: pointer;
}

.table-contact table label span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  width: 36px;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 2px;
}

.table-contact table label .req {
  color: #fff;
  background: #d90000;
}

.table-contact table label .any {
  color: #fff;
  background: #958055;
}

.table-contact dl dt label {
  padding-right: 45px;
  margin-bottom: 0;
  position: relative;
  cursor: auto;
}

.table-contact dl dt label span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  width: 36px;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 2px;
}

.table-contact dl dt label .req {
  color: #fff;
  background: #d90000;
}

.table-contact dl dt label .any {
  color: #fff;
  background: #958055;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  margin: -4px 0.2rem 0 .2rem;
}

input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  background: #f9f9f9;
  border-radius: 20px;
  cursor: pointer;
}

input[type="radio"]:checked {
  background: #958055;
  border-color: #816835;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
  height: auto;
  background: #faf9f6;
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #efece6;
}

select.form-control {
  padding-right: 36px;
}

.mwform-tel-field input {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mwform-tel-field input {
    width: 30% !important;
  }
}

input::placeholder {
  color: #898989 !important;
}

.select-box {
  position: relative;
}

.select-box svg {
  width: 10px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  stroke: #958055;
}

.select-box select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

.select-box select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.select-box select option svg {
  stroke: #958055;
}

/* membership */
/*
.swpm-registration-firstname-row {
display: none;
}

.swpm-registration-lastname-row {
display: none;
}

.swpm-registration-membership-level-row {
display: none;
}
*/

.swpm-registration-widget-form td {
  position: relative;
}

.swpm-registration-widget-form .table td:first-child {
  color: #958055;
  font-weight: 700;
  background-color: #efece6;
}

.swpm-registration-widget-form .formError .formErrorContent {
  background: #d90000;
  border: none;
  box-shadow: none;
  border-radius: 2px;
}

.swpm-registration-widget-form .formError .formErrorContent::before {
  content: '';
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #d90000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 16px;
}

.swpm-registration-widget-form .formError .formErrorArrow {
  display: none;
}

.swpm-registration-widget-form .table-registration tr:last-child td label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-right: 0;
}

.swpm-registration-widget-form .table-registration tr:last-child td label #swpm-accept-pp {
  width: auto;
  margin: 0;
  margin-right: 4px;
}

.swpm-registration-widget-form .table-registration tr:last-child td label a {
  display: none;
}

.swpm-registration-widget-form .table-registration tr:last-child td label a.block-area {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.swpm-registration-widget-form .table-registration tr:last-child td label a.block-area span {
  text-decoration: underline;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .table-contact .swpm-registration-widget-form input[type="text"],
  .table-contact .swpm-registration-widget-form input[type="password"] {
    width: 100%;
  }

  .swpm-registration-widget-form td {
    display: block;
    border-bottom: none;
  }

  .swpm-registration-widget-form td:first-child {
    border-bottom: none;
  }

  .swpm-registration-widget-form .formError {
    top: 0 !important;
    left: 10px !important;
  }

  .table-contact .swpm-login-widget-form input {
    width: 100%;
  }

  .table-contact .swpm-login-widget-form input[type="checkbox"] {
    width: auto;
  }
}

@media screen and (min-width: 768px) {

  .table-contact .swpm-registration-widget-form input[type="text"],
  .table-contact .swpm-registration-widget-form input[type="password"] {
    width: auto;
  }

  .swpm-registration-widget-form .table td:first-child {
    width: 240px;
  }

  .swpm-registration-widget-form #user_name {
    width: 180px;
  }

  .swpm-registration-widget-form #email {
    width: 270px;
  }

  .swpm-registration-widget-form #phone {
    width: 150px;
  }

  .swpm-registration-widget-form #address_state {
    width: 180px;
  }

  .swpm-registration-widget-form #address_city {
    width: 360px;
  }

  .swpm-registration-widget-form #address_street {
    width: 360px;
  }

  .swpm-registration-widget-form #password {
    width: 270px;
  }

  .swpm-registration-widget-form #password_re {
    width: 270px;
  }

  .swpm-registration-widget-form #first_name {
    width: 120px;
  }

  .swpm-registration-widget-form #last_name {
    width: 120px;
  }
}

/* login */
.swpm-login-widget-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  border: 2px solid #efece6;
}

.swpm-rember-label {
  display: none;
}

.swpm-login-submit .btn {
  display: block;
  width: 100%;
}

.swpm-forgot-pass-link {
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  display: block;
  text-align: center;
}

.swpm-join-us-link {
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .swpm-login-widget-form {
    padding: 48px 24px;
  }

  .swpm-login-widget-form form {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .swpm-login-widget-form {
    padding: 64px 32px;
  }
}

.swpm-login-widget-logged [class^="swpm-logged-"] {
  text-align: left;
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.swpm-login-widget-logged [class^="swpm-logged-"]>div {
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 2px solid #dbd8d1;
  padding: 16px;
  position: relative;
}

.swpm-login-widget-logged [class^="swpm-logged-"]>div:nth-of-type(1) {
  color: #958055;
  font-weight: 700;
  background-color: #efece6;
  width: 100%;
  border-color: #dbd8d1;
  display: block;
}

.swpm-login-widget-logged [class^="swpm-logged-"]>div:nth-of-type(2) {
  padding: 16px;
  margin-bottom: 0;
  position: relative;
  color: #565656;
  border-left: none;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .swpm-login-widget-logged [class^="swpm-logged-"]>div {
    font-size: 1rem;
  }

  .swpm-login-widget-logged [class^="swpm-logged-"]:first-child>div {
    border-top: 2px solid #dbd8d1;
  }

  .swpm-login-widget-logged [class^="swpm-logged-"]>div:nth-of-type(1) {
    width: 210px;
    border-right: none;
    border-bottom: 2px solid #dbd8d1;
    border-left: 2px solid #dbd8d1;
  }

  .swpm-login-widget-logged [class^="swpm-logged-"]>div:nth-of-type(2) {
    border-right: 2px solid #dbd8d1;
    border-left: 2px solid #dbd8d1;
    display: table-cell;
    vertical-align: middle;
  }
}

.swpm-login-widget-logged .swpm-edit-profile-link {
  text-align: center;
  padding-top: 24px;
}

.swpm-login-widget-logged .swpm-edit-profile-link a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #d90000;
  min-width: 210px;
  padding: 16px 32px;
  border: 1px solid #d90000;
  text-align: center;
  transition: 0.5s ease all;
  border-radius: 2px;
  position: relative;
}

.swpm-login-widget-logged .swpm-edit-profile-link a:hover {
  color: #d90000;
  background-color: #fff;
  border-color: #d90000;
}

.swpm-login-widget-logged .swpm-logged-logout-link {
  display: none;
  text-align: center;
  padding-top: 24px;
}

.swpm-login-widget-logged .swpm-logged-logout-link a {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
}

#swpm-editprofile-form table {
  width: 100%;
}

#swpm-editprofile-form table tbody {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

#swpm-editprofile-form table tbody tr {
  text-align: left;
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

#swpm-editprofile-form table tbody tr:first-child {
  border-top: 2px solid #dbd8d1;
}

#swpm-editprofile-form table tbody tr td {
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 2px solid #dbd8d1;
  padding: 16px;
  position: relative;
}

#swpm-editprofile-form table tbody tr td:nth-of-type(1) {
  color: #958055;
  font-weight: 700;
  background-color: #efece6;
  width: 100%;
  border-color: #dbd8d1;
  display: block;
}

#swpm-editprofile-form table tbody tr td:nth-of-type(2) {
  padding: 16px;
  margin-bottom: 0;
  position: relative;
  color: #565656;
  border-left: none;
  width: 100%;
  display: block;
}

#swpm-editprofile-form table tbody tr td label {
  margin-bottom: 0;
  padding-right: 0;
}

#swpm-editprofile-form table tbody tr td input,
#swpm-editprofile-form table tbody tr td select {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
  height: auto;
  background: #faf9f6;
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #efece6;
  width: 100%;
}

.swpm-edit-profile-submit-section {
  text-align: center;
  padding-top: 24px;
}

.swpm-edit-profile-submit-section .swpm-edit-profile-submit {
  color: #fff;
  display: inline-block;
  background-color: #d90000;
  min-width: 210px;
  padding: 16px 32px;
  border: 1px solid #d90000;
  text-align: center;
  transition: 0.5s ease all;
  border-radius: 2px;
  position: relative;
}

.swpm-edit-profile-submit-section .swpm-edit-profile-submit:hover {
  color: #d90000;
  background-color: #fff;
  border-color: #d90000;
}

@media screen and (min-width: 768px) {
  #swpm-editprofile-form table tbody tr {
    font-size: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  #swpm-editprofile-form table tbody tr td:nth-of-type(1) {
    flex: 0 0 240px;
    max-width: 240px;
    border-right: none;
    border-bottom: 2px solid #dbd8d1;
    border-left: 2px solid #dbd8d1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  #swpm-editprofile-form table tbody tr td:nth-of-type(2) {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    border-right: 2px solid #dbd8d1;
    border-left: 2px solid #dbd8d1;
    display: table-cell;
    vertical-align: middle;
  }

  #swpm-editprofile-form table tbody tr td input,
  #swpm-editprofile-form table tbody tr td select {
    width: auto;
    max-width: 100%;
  }

  .table-contact .swpm-validate-form input[type="text"],
  .table-contact .swpm-validate-form input[type="password"] {
    width: auto;
  }

  .swpm-validate-form .table td:first-child {
    width: 240px;
  }

  .swpm-validate-form #email {
    width: 270px;
  }

  .swpm-validate-form #phone {
    width: 150px;
  }

  .swpm-validate-form #address_state {
    width: 180px;
  }

  .swpm-validate-form #address_city {
    width: 360px;
  }

  .swpm-validate-form #address_street {
    width: 360px;
  }

  .swpm-validate-form #password {
    width: 270px;
  }

  .swpm-validate-form #password_re {
    width: 270px;
  }

  .swpm-validate-form #first_name {
    width: 120px;
  }

  .swpm-validate-form #last_name {
    width: 120px;
  }
}

/* join */
.question-area {
  background-color: #efece6;
  border: 2px solid #dbd8d1;
}

@media screen and (max-width: 767px) {
  .question-area {
    padding: 48px 24px;
  }
}

@media screen and (min-width: 768px) {
  .question-area {
    padding: 64px 32px;
  }
}

/* page-top */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #958055;
  opacity: 1;
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a .hydrated {
  margin: auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

*::-ms-backdrop,
#page_top a::before {
  content: '›';
  font-size: 2em;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  right: 3px;
  bottom: 0;
  left: -3px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* information */
.infomation-area .mailmagazine-list {
  padding-top: 30px;
  padding-bottom: 30px;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item {
  background: #f0c419;
  max-width: 720px;
  padding: 16px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  border-radius: 3px;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item .text-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .icon {
  flex: 0 0 32px;
  max-width: 32px;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .icon+.text {
  padding-left: 8px;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text {
  color: #000;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text .underline {
  position: relative;
  display: inline-block;
}

.infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text .underline::after {
  content: '';
  background: #d90000;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.infomation-area .catch-area {
  text-align: center;
}

.infomation-area .catch-area p {
  font-size: 32px;
  color: #000;
  line-height: 56px;
  font-weight: 700;
}

.infomation-area .catch-area p .underline {
  font-size: 1.2em;
  color: #d90000;
  position: relative;
}

.infomation-area .catch-area p .underline::after {
  content: '';
  background: #d90000;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.registration-area {
  background: #fcf7e7;
}

.registration-area .ttl-area .ttl {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.registration-area .ttl-area .ttl::before,
.registration-area .ttl-area .ttl::after {
  content: '';
  position: relative;
  pointer-events: none;
}

.registration-area .ttl-area .ttl::before {
  content: '＼';
}

.registration-area .ttl-area .ttl::after {
  content: '／';
}

.registration-area .form-area .btn {
  width: 100%;
  padding: 24px 16px;
  margin-top: 0;
  margin-bottom: 24px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 767px) {
  .infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text {
    font-size: 14px;
    line-height: 20px;
  }

  .infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text .underline {
    font-size: 18px;
  }

  .registration-area .form-area .btn .box img:first-child {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text {
    font-size: 18px;
    line-height: 32px;
  }

  .infomation-area .mailmagazine-list .mailmagazine-list-item .text-area .text .underline {
    font-size: 24px;
  }

  .registration-area .form-area .btn .box {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .registration-area .form-area .btn img:first-child {
    margin-right: 16px;
  }
}

.swpm-registration-success-msg {
  display: none;
}

.swpm-registration-success-msg-text {
  font-size: 16px;
  line-height: 32px;
  color: #958055;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 32px;
  background: #faf1e0;
}

/* footer */
footer {
  background-color: #fff;
}

footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

footer .navbar-nav>li {
  border-bottom-color: #d6d6d6;
}

footer .navbar-nav>li:first-child {
  border-top-color: #d6d6d6;
}

@media screen and (max-width: 991px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 5px 10px;
  }
}

footer .company-data {
  padding-top: 10px;
}

footer #menu-footer-02 {
  padding-bottom: 12px;
}

@media screen and (min-width: 992px) {

  footer #menu-footer-02 {
    padding-bottom: 24px;
  }

  footer .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
  }

  footer .footer-top>div {
    padding-right: 15px;
    padding-left: 15px;
  }

  footer .footer-top .company-info {
    min-width: 360px;
  }
}

@media screen and (min-width: 992px) {
  footer .footer-top #menu-footer.navbar-nav>li:last-child {
    border: none;
  }
}

footer .footer-top-area {
  background: #faf9f6;
}

footer .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 21px;
  padding: 6px 12px;
}

@media screen and (max-width: 991px) {
  footer .footer-top-area {
    padding: 16px 0 16px;
  }

  footer .footer-bottom-area {
    padding: 16px 0 16px;
  }
}

@media screen and (min-width: 992px) {
  footer .footer-top-area {
    padding: 32px 0 32px;
  }

  footer .footer-bottom-area {
    padding: 32px 0 32px;
  }
}

footer .footer-by {
  padding-top: 16px;
}

footer .footer-bottom-area {}

.grecaptcha-badge {
  margin: 15px auto;
}

.yellow {
  color: #958055;
}

.page-enrollment .table.toku tbody tr th {
  background: #dfd9cc;
  border: none;
}

.page-enrollment .table.toku tbody {
  border: 1px solid #958055;
}

.cont-main.fz h2 {
  font-size: 22px;
}

.in-page-link {
  padding-top: 140px;
  margin-top: -140px;
}

.namebox {
  font-size: 16px;
  color: #958055;
  font-weight: 700;
  padding: 6px 12px;
  background: #faf1e0;
  border-radius: 16px;
}

.namebox-hamburger {
  display: block;
  position: absolute;
  top: 14px;
  right: 68px;
}

@media screen and (min-width: 992px) {
  .namebox-hamburger {
    display: none;
  }
}

/* .sns-area a::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0;
  opacity: 0;
  transition: all 0.5s ease-out;
} */


.sns-item a {
  position: relative;

}

.sns-item a::before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.sns-item a:hover::before {
  opacity: 1;
}


.row-bnr .item .cont .box a::before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 9;
}

.row-bnr .item .cont .box a:hover::before {
  opacity: 1;
}

.row-bnr .item .cont .box a {
  position: relative;
}