a:hover {
  color: #E3D48E;
}

img {
  vertical-align: bottom;
}

#lp-content .post_content,
#main_content .post_content {
  padding: 0 0;
}

*.is-pc {
  display: none;
}

.p-spMenu__body .menu-item > a span {
  font-weight: bold;
}
.p-spMenu__body .menu-item > a span:nth-of-type(1) {
  display: none;
}
.p-spMenu__body .menu-item > a span:nth-of-type(2) {
  margin-left: 5px;
  font-weight: normal;
}

.link-button {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
}
.link-button .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #000000;
  font-size: 2.5rem;
  z-index: 2;
}
.link-button .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button::before, .link-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  z-index: -1;
}
.link-button::before {
  left: 0;
}
.link-button::after {
  right: 0;
}
.link-button:hover {
  border: 1px solid ;
  background: transparent;
  color: #FFFFFF;
}
.link-button:hover .link-button-text1 {
  border-bottom: 1px solid #FFFFFF;
}
.link-button:hover::before, .link-button:hover::after {
  width: 50%;
}
.link-button br {
  display: none;
}

.link-button-gold-blue {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #E3D48E;
  background: #E3D48E;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
}
.link-button-gold-blue .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #000000;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-gold-blue .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1rem;
  z-index: 2;
}
.link-button-gold-blue::before, .link-button-gold-blue::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #283A84;
  z-index: -1;
}
.link-button-gold-blue::before {
  left: 0;
}
.link-button-gold-blue::after {
  right: 0;
}
.link-button-gold-blue:hover {
  border: 1px solid #283A84;
  background: transparent;
  color: #FFFFFF;
}
.link-button-gold-blue:hover .link-button-text1 {
  border-bottom: 1px solid #FFFFFF;
}
.link-button-gold-blue:hover::before, .link-button-gold-blue:hover::after {
  width: 50%;
}
.link-button-gold-blue br {
  display: none;
}

.link-button-blue-gold {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #E3D48E;
  background: #283A84;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
}
.link-button-blue-gold .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-blue-gold .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1rem;
  z-index: 2;
}
.link-button-blue-gold::before, .link-button-blue-gold::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #E3D48E;
  z-index: -1;
}
.link-button-blue-gold::before {
  left: 0;
}
.link-button-blue-gold::after {
  right: 0;
}
.link-button-blue-gold:hover {
  border: 1px solid #E3D48E;
  background: transparent;
  color: #000000;
}
.link-button-blue-gold:hover .link-button-text1 {
  border-bottom: 1px solid #000000;
}
.link-button-blue-gold:hover::before, .link-button-blue-gold:hover::after {
  width: 50%;
}
.link-button-blue-gold br {
  display: none;
}

.link-button-black-gold {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #E3D48E;
  background: #000000;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
}
.link-button-black-gold .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #E3D48E;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-black-gold .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1rem;
  z-index: 2;
}
.link-button-black-gold::before, .link-button-black-gold::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #E3D48E;
  z-index: -1;
}
.link-button-black-gold::before {
  left: 0;
}
.link-button-black-gold::after {
  right: 0;
}
.link-button-black-gold:hover {
  border: 1px solid #E3D48E;
  background: transparent;
  color: #000000;
}
.link-button-black-gold:hover .link-button-text1 {
  border-bottom: 1px solid #000000;
}
.link-button-black-gold:hover::before, .link-button-black-gold:hover::after {
  width: 50%;
}
.link-button-black-gold br {
  display: none;
}

.link-button-white-gold {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #283A84;
  background: #FFFFFF;
  color: #283A84;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
}
.link-button-white-gold .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #283A84;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-white-gold .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1rem;
  z-index: 2;
}
.link-button-white-gold::before, .link-button-white-gold::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #E3D48E;
  z-index: -1;
}
.link-button-white-gold::before {
  left: 0;
}
.link-button-white-gold::after {
  right: 0;
}
.link-button-white-gold:hover {
  border: 1px solid #283A84;
  background: transparent;
  color: #283A84;
}
.link-button-white-gold:hover .link-button-text1 {
  border-bottom: 1px solid #283A84;
}
.link-button-white-gold:hover::before, .link-button-white-gold:hover::after {
  width: 50%;
}
.link-button-white-gold br {
  display: none;
}

*.is-button-mini {
  padding: 0 10px;
  border-radius: 5px;
  overflow: hidden;
}

.link-button-line {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #06C755;
  background: #06C755;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
  padding: 5px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.link-button-line .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #06C755;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-line .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1.2rem;
  z-index: 2;
}
.link-button-line::before, .link-button-line::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #FFFFFF;
  z-index: -1;
}
.link-button-line::before {
  left: 0;
}
.link-button-line::after {
  right: 0;
}
.link-button-line:hover {
  border: 1px solid #06C755;
  background: transparent;
  color: #06C755;
}
.link-button-line:hover .link-button-text1 {
  border-bottom: 1px solid #06C755;
}
.link-button-line:hover::before, .link-button-line:hover::after {
  width: 50%;
}
.link-button-line br {
  display: none;
}
.link-button-line i {
  font-size: 1.0rem;
}

.link-button-tel {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #F78FA7;
  background: #F78FA7;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
  padding: 5px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.link-button-tel .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #F78FA7;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-tel .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1.2rem;
  z-index: 2;
}
.link-button-tel::before, .link-button-tel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #FFFFFF;
  z-index: -1;
}
.link-button-tel::before {
  left: 0;
}
.link-button-tel::after {
  right: 0;
}
.link-button-tel:hover {
  border: 1px solid #F78FA7;
  background: transparent;
  color: #F78FA7;
}
.link-button-tel:hover .link-button-text1 {
  border-bottom: 1px solid #F78FA7;
}
.link-button-tel:hover::before, .link-button-tel:hover::after {
  width: 50%;
}
.link-button-tel br {
  display: none;
}
.link-button-tel i {
  font-size: 1.0rem;
}

.link-button-mail {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border: 1px solid #283A84;
  background: #283A84;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  transition: 0.3s;
  padding: 5px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.link-button-mail .link-button-text1 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  border-bottom: 1px solid #283A84;
  font-size: 1.5rem;
  z-index: 2;
}
.link-button-mail .link-button-text2 {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.0;
  font-size: 1.2rem;
  z-index: 2;
}
.link-button-mail::before, .link-button-mail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: 0.3s;
  background: #FFFFFF;
  z-index: -1;
}
.link-button-mail::before {
  left: 0;
}
.link-button-mail::after {
  right: 0;
}
.link-button-mail:hover {
  border: 1px solid #283A84;
  background: transparent;
  color: #283A84;
}
.link-button-mail:hover .link-button-text1 {
  border-bottom: 1px solid #283A84;
}
.link-button-mail:hover::before, .link-button-mail:hover::after {
  width: 50%;
}
.link-button-mail br {
  display: none;
}
.link-button-mail i {
  font-size: 1.0rem;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
  cursor: no-drop;
  background: #999999;
}

.button-links {
  margin: 20px auto;
  width: 100%;
  max-width: 240px;
}

.button-banners {
  margin: 20px auto;
  width: 100%;
}

.swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  margin: 0 auto;
}

.swiper-pagination-bullet {
  background: #999999;
}

.swiper-shop-menu-not-slide .swiper-wrapper .swiper-slide {
  margin: 0 auto;
  width: 100%;
}
.swiper-shop-menu-not-slide .swiper-pagination,
.swiper-shop-menu-not-slide .swiper-button-prev,
.swiper-shop-menu-not-slide .swiper-button-next {
  display: none;
}

.l-footer__nav li:first-child a,
.l-footer__nav li a {
  border-left: none;
  border-right: none;
}

.l-footer__nav {
  padding: 0 0;
}
.l-footer__nav > .menu-item {
  padding: 20px 0;
  border-left: 1px solid #E3D48E;
}
.l-footer__nav > .menu-item:last-of-type {
  border-right: 1px solid #E3D48E;
}
.l-footer__nav > .menu-item a[href="##"] {
  display: none;
}
.l-footer__nav + * {
  margin-top: 20px;
}
.l-footer__nav .sub-menu .menu-item a {
  padding: 0 10px;
}

.c-pageTitle {
  line-height: 1.2;
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 0 0 20px black;
}
.c-pageTitle span {
  display: block;
}
.c-pageTitle span:nth-of-type(2) {
  font-size: 1.25rem;
}

.p-breadcrumb__text span:nth-last-of-type(2) {
  display: none;
}

.page-container {
  width: 100%;
}
.page-container:nth-of-type(n + 2) {
  margin-top: 40px;
}
.page-container h2:not([class]) {
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #E3D48E;
  font-size: 1.5rem;
  background: transparent;
  color: #E3D48E;
}
.page-container h2:not([class]) a {
  display: block;
  color: #E3D48E;
}
.page-container h2:not([class]) a::after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f35d";
  font-size: 1.0rem;
}

.page-detail {
  width: 100%;
}
.page-detail-inner {
  background: rgba(0, 0, 0, 0.8);
}

.page-image {
  margin-top: 20px;
  width: 100%;
}
.page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.page-table {
  margin: 40px auto;
}
.page-table col.is-3 {
  width: calc(4.25em);
}
.page-table col.is-4 {
  width: calc(5.25em);
}
.page-table col.is-5 {
  width: calc(6.25em);
}
.page-table col.is-6 {
  width: calc(7.25em);
}
.page-table col.is-7 {
  width: calc(8.25em);
}
.page-table col.is-8 {
  width: calc(9.25em);
}
.page-table col.is-9 {
  width: calc(10.25em);
}
.page-table col.is-10 {
  width: calc(11.25em);
}

.page-gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30vh;
}
.page-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.page-shoplist-link {
  list-style: none;
  padding-left: 0 !important;
}
.page-shoplist-link li:nth-of-type(n + 2) {
  margin-top: 40px;
}

.shop-system-table tr {
  border-bottom: 1px solid #283A84;
}
.shop-system-table th {
  padding-left: 0;
  border: none;
  background: transparent;
  font-weight: normal;
}
.shop-system-table td {
  padding-right: 0;
  border: none;
  text-align: right;
}
.shop-system-table + p {
  margin-top: 20px;
}

.shop-access-map {
  margin-top: 20px;
}
.shop-access-address {
  margin-top: 20px;
}

.recruit-message .page-text {
  padding: 0 0;
}

.recruit-shop-detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 10px;
  border: 1px solid #FFFFFF;
}
.recruit-shop-detail:nth-of-type(n + 2) {
  margin-top: 40px;
}
.recruit-shop-address {
  width: 100%;
}
.recruit-shop-address dl dt {
  font-size: 1.5em;
}
.recruit-shop-address dl dt span {
  font-size: 1.0rem;
  font-weight: normal;
}
.recruit-shop-contact {
  margin-top: 10px;
  width: 100%;
}
.recruit-shop-contact ul {
  list-style: none;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.recruit-shop-contact ul li {
  width: calc((100% - 19.5px) / 3) !important;
}
.recruit-shop-contact ul li:nth-of-type(n + 4) {
  margin-top: 10px;
}

.l-content {
  margin-bottom: 2em;
  padding-top: 1em !important;
}

.p-postListWrap {
  width: 100%;
}

.p-postList__link {
  padding: 10px 0 !important;
}
.p-postList__times {
  padding: 0 0;
}
.p-postList__cat {
  padding: 0 0;
}
.p-postList__title {
  font-weight: normal !important;
}

.home-topnews {
  margin-top: -20px;
  padding: 10px 0;
}
.home-topnews p {
  color: #E3D48E;
}
