@charset "UTF-8";

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  scroll-padding-top: 150px
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  color: #3e0014;
  font-weight: 500;
  background: #efe9dc
}

@media print {
  body {
    width: 1140px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0
  }
}

a {
  color: #3e0014;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

a:hover img {
  opacity: .8
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700
}

p, br {
  margin: 0;
  padding: 0
}

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

strong {
  font-weight: 700
}

.site-main-recruit {
  padding: 60px 0;
  color: #474545;
  background: #FFF
}

.archive-wrap {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 899px) {
  .archive-wrap {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.archive-wrap .archive-article, .archive-wrap .article-wrap-single {
  width: 80%;
  background: #efe9dc;
  padding: 30px 20px
}

@media only screen and (max-width: 899px) {
  .archive-wrap .archive-article, .archive-wrap .article-wrap-single {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 10px
  }
}

@media only screen and (max-width: 899px) and (max-width: 899px) {
  .archive-wrap .archive-article, .archive-wrap .article-wrap-single {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.archive-wrap .archive-aside {
  width: 17%
}

@media only screen and (max-width: 899px) {
  .archive-wrap .archive-aside {
    width: 100%
  }
}

.btn-center {
  margin-right: auto;
  margin-left: auto
}

.btn-org {
  display: block;
  padding: 10px;
  background: #d66400;
  color: #FFF;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 10px;
  text-align: center
}

.btn-org i {
  margin-left: 10px
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.wp-pagenavi span, .wp-pagenavi a {
  margin-bottom: 15px !important;
  padding: 7px !important;
  color: #3e0014;
  background: #efe9dc;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 2px;
  border: 1px solid #3e0014 !important
}

.wp-pagenavi a:hover {
  color: #FFF;
  background: #3e0014
}

.wp-pagenavi .current {
  color: #fff;
  background: #3e0014
}

.post-pagenav {
  padding: 10px 0
}

.post-pagenav-year {
  margin-bottom: 20px;
  padding: 10px 0
}

table {
  width: 100%;
  border-collapse: collapse
}

table th, table td {
  padding: 10px;
  vertical-align: top;
  border: 10px solid #efe9dc
}

@media only screen and (max-width: 899px) {
  table th, table td {
    display: block;
    padding: 10px;
    border: none
  }
}

table th {
  width: 25%;
  background: #E3D7BE;
  font-weight: 700
}

@media only screen and (max-width: 899px) {
  table th {
    width: 100%
  }
}

table th .ini {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  background: red;
  color: #FFF
}

@media only screen and (max-width: 899px) {
  table td {
    width: 100%
  }
}

input, textarea, select {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #3e0014;
  background: #FFF
}

input.medical-company, textarea.medical-company, select.medical-company {
  width: 70%
}

@media only screen and (max-width: 599px) {
  input.medical-company, textarea.medical-company, select.medical-company {
    width: 99%
  }
}

textarea {
  width: 80%
}

@media only screen and (max-width: 899px) {
  textarea {
    width: 99%
  }
}

input[type="submit"] {
  display: block;
  width: 250px;
  margin: 20px auto;
  padding: 10px;
  background: #d66400;
  font-weight: 700;
  color: #FFF;
  border: 1px solid #d66400
}

input[type="submit"]:hover {
  cursor: pointer;
  background: #FFF;
  color: #d66400
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998
}

.site-header-recruit {
  width: 100%
}

.site-header .branding {
  padding: 10px 70px 10px 10px;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 599px) {
  .site-header .branding {
    padding: 10px 55px 10px 10px
  }
}

.site-header .branding .header-logo {
  width: 20%;
  margin-right: auto
}

@media only screen and (max-width: 899px) {
  .site-header .branding .header-logo {
    width: 50%
  }
}

@media only screen and (max-width: 599px) {
  .site-header .branding .header-logo {
    width: 55%
  }
}

.site-header .branding .btn-cart {
  width: 47px;
  height: 47px;
  padding: 10px;
  background: #FFF;
  border-radius: 50%
}

@media only screen and (max-width: 599px) {
  .site-header .branding .btn-cart {
    width: 45px;
    height: 45px
  }
}

.site-header-recruit .branding {
  padding: 10px 70px 10px 10px;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 599px) {
  .site-header-recruit .branding {
    padding: 10px 55px 10px 10px
  }
}

.site-header-recruit .branding .header-logo {
  width: 20%;
  margin-right: auto
}

@media only screen and (max-width: 899px) {
  .site-header-recruit .branding .header-logo {
    width: 50%
  }
}

@media only screen and (max-width: 599px) {
  .site-header-recruit .branding .header-logo {
    width: 55%
  }
}

.site-header-recruit .branding .btn-form-01 {
  max-width: 75px;
  margin-right: 10px
}

@media only screen and (max-width: 899px) {
  .site-header-recruit .branding .btn-form-01 {
    margin-right: 5px
  }
}

@media only screen and (max-width: 599px) {
  .site-header-recruit .branding .btn-form-01 {
    max-width: 40px
  }
}

.site-header-recruit .branding .btn-form-02 {
  max-width: 75px
}

@media only screen and (max-width: 599px) {
  .site-header-recruit .branding .btn-form-02 {
    max-width: 40px
  }
}

.site-header-recruit {
  background: #FFF
}

.menu {
  position: relative;
  min-width: 250px
}

.hamburger-menu-wrapper {
  background: transparent;
  padding: 5px;
  display: inline-block;
  position: fixed;
  top: 3px;
  right: 3px;
  z-index: 99999
}

.hamburger-menu-wrapper .bounce-effect {
  animation: bounce 0.3s ease 1
}

.hamburger-menu {
  border: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 50px;
  height: auto;
  min-height: 50px;
  font-size: 0;
  cursor: pointer;
  z-index: 9999;
  background: transparent
}

.hamburger-menu:focus {
  outline: none
}

@media only screen and (max-width: 599px) {
  .hamburger-menu {
    width: 45px;
    min-height: 45px
  }
}

.hamburger-menu-wrapper .active .bars,
.hamburger-menu-wrapper .active-menu {
  display: none;
}

.hamburger-menu .bars,
.hamburger-menu .active .active-menu {
  display: flex
}

.hamburger-menu .bars,
.hamburger-menu .active .active-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c9";
  color: #3e0014;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1
}

@media only screen and (max-width: 599px) {

  .hamburger-menu .bars,
  .hamburger-menu .active-menu {
    font-size: 38px;
    font-size: 3.8rem
  }
}

.hamburger-menu-wrapper .active .active-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00d";
  color: #3e0014;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  color: $color_brw;
}

.menu-list {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 100vh;
  padding: 10px 0 10px 10px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(238, 174, 109, 0.9);
  text-align: center
}

.menu-list a.menu-item {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px;
  color: #3e0014;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1
}

@media only screen and (max-width: 1100px) {
  .menu-list a.menu-item {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 899px) {
  .menu-list a.menu-item {
    font-size: 20px;
    font-size: 2rem
  }
}

.menu-list a.menu-item span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  line-height: 1
}

@media only screen and (max-width: 1100px) {
  .menu-list a.menu-item span {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.menu-list a.menu-item img {
  max-width: 250px
}

.menu-list .branding {
  padding: 0 70px 0 0;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 599px) {
  .menu-list .branding {
    padding: 0 55px 0 0
  }
}

.menu-list .branding .header-logo {
  width: 20%;
  margin-right: auto
}

@media only screen and (max-width: 899px) {
  .menu-list .branding .header-logo {
    width: 50%
  }
}

@media only screen and (max-width: 599px) {
  .menu-list .branding .header-logo {
    width: 55%
  }
}

.menu-list .branding .btn-cart {
  width: 47px;
  height: 47px;
  padding: 10px;
  background: #FFF;
  border-radius: 50%
}

@media only screen and (max-width: 599px) {
  .menu-list .branding .btn-cart {
    width: 45px;
    height: 45px
  }
}

.menu-list .branding .btn-form-01 {
  max-width: 75px;
  margin-right: 10px
}

@media only screen and (max-width: 899px) {
  .menu-list .branding .btn-form-01 {
    margin-right: 5px
  }
}

@media only screen and (max-width: 599px) {
  .menu-list .branding .btn-form-01 {
    max-width: 40px
  }
}

.menu-list .branding .btn-form-02 {
  max-width: 75px
}

@media only screen and (max-width: 599px) {
  .menu-list .branding .btn-form-02 {
    max-width: 40px
  }
}

.menu-list-recruit {
  background: rgba(239, 233, 220, 0.9)
}

@keyframes bounce {
  0% {
    transform: rotate(0)
  }

  45% {
    transform: rotate(15deg)
  }

  90% {
    transform: rotate(-7deg)
  }

  100% {
    transform: rotate(0)
  }
}

.is-fixed {
  width: 100%;
  background: #FFF
}

.is-fixed-recruit {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998
}

.site-visual {
  width: 100%;
  max-width: 100%
}

.front-slider {
  width: 100%
}

.front-slide-item-video {
  max-width: 100%
}

.front-slide-item-video video {
  width: 100%;
  margin: 0;
  padding: 0
}

.recruit-front-video {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  padding: 30px 0 0
}

@media only screen and (max-width: 899px) {
  .recruit-front-video {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width: 599px) {
  .recruit-front-video {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.recruit-front-video .recruit-front-video-item {
  width: calc((100% / 2) - 50.5px);
  margin: 5px
}

@media only screen and (max-width: 599px) {
  .recruit-front-video .recruit-front-video-item {
    width: 90%;
    margin: 0 auto 20px
  }
}

.recruit-front-video .recruit-front-video-item .recruit-front-video-title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 800;
  color: #d66400;
  text-align: center
}

.recruit-front-video .recruit-front-video-item video {
  width: 100%;
  margin: 0;
  padding: 0
}

.page-visual {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  min-height: 400px;
  color: #FFF;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 1
}

@media only screen and (max-width: 899px) {
  .page-visual {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width: 599px) {
  .page-visual {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 30px;
    font-size: 3rem;
    min-height: 170px
  }
}

@media only screen and (max-width: 599px) and (max-width: 899px) {
  .page-visual {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.page-visual .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.page-visual .sub-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  line-height: 1
}

@media only screen and (max-width: 599px) {
  .page-visual .sub-title {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.page-visual-recruit {
  min-height: 270px;
  margin-bottom: 0
}

.page-visual-news {
  background: url("images/news/header_bg_news.png") no-repeat center center/cover
}

.page-visual-blog {
  background: url("images/blog/header_bg_blog.png") no-repeat center center/cover;
  color: #000
}

.page-visual-items {
  background: url("images/items/header_bg_item.png") no-repeat center center/cover
}

.page-visual-shop {
  background: url("images/shop/header_bg_shop.png") no-repeat center center/cover
}

.page-visual-members {
  background: url("images/members/header_bg_members.png") no-repeat center center/cover
}

.page-visual-company {
  background: url("images/company/header_bg_company.png") no-repeat center center/cover
}

.page-visual-contact {
  background: url("images/contact/header_bg_contact.png") no-repeat center center/cover
}

.page-visual-recruitment {
  background: url("images/recruit/header_bg_recruitment.png") no-repeat center center/cover
}

.page-visual-message {
  background: url("images/recruit/header_bg_message.png") no-repeat center center/cover
}

.page-visual-staff {
  background: url("images/recruit/header_bg_staff.png") no-repeat center center/cover
}

.page-visual-company02 {
  background: url("images/recruit/header_bg_company.png") no-repeat center center/cover
}

.page-visual-event {
  background: url("images/recruit/header_bg_event.png") no-repeat center center/cover
}

.page-visual-entry {
  background: url("images/recruit/header_bg_entry.png") no-repeat center center/cover
}

.bg-dark {
  background: #ece2cd
}

.section-bloc {
  padding: 60px 0
}

@media only screen and (max-width: 899px) {
  .section-bloc {
    padding: 50px 20px
  }
}

@media only screen and (max-width: 599px) {
  .section-bloc {
    padding: 40px 20px
  }
}

.content-bloc {
  padding: 40px 0
}

@media only screen and (max-width: 899px) {
  .content-bloc {
    padding: 30px 0
  }
}

.page-header {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .page-header {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.section-title {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  color: #3e0014;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 1
}

@media only screen and (max-width: 899px) {
  .section-title {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width: 599px) {
  .section-title {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 30px;
    font-size: 3rem
  }
}

@media only screen and (max-width: 599px) and (max-width: 899px) {
  .section-title {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.section-title span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  line-height: 1
}

@media only screen and (max-width: 599px) {
  .section-title span {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.bloc-title {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 10px 10px 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  background: url("images/common/bloc_ttl_02_bg.png") repeat-x bottom left
}

@media only screen and (max-width: 899px) {
  .bloc-title {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 899px) {
  .bloc-title {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 599px) {
  .bloc-title {
    font-size: 20px;
    font-size: 2rem
  }
}

.bloc-title-02 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, #efe9dc 0%, #efe9dc 47%, #3e0014 48%, #3e0014 55%, #efe9dc 56%, #efe9dc 100%)
}

@media only screen and (max-width: 899px) {
  .bloc-title-02 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.bloc-title-02 span {
  padding: 10px 10px 10px 3px;
  color: #3e0014;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  background: #efe9dc
}

@media only screen and (max-width: 899px) {
  .bloc-title-02 span {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .bloc-title-02 span {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.bloc-title-03 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .bloc-title-03 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.bloc-title-03 span {
  padding: 10px 10px 10px 3px;
  color: #3e0014;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  background: #efe9dc
}

@media only screen and (max-width: 899px) {
  .bloc-title-03 span {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .bloc-title-03 span {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.entry-sub-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2
}

@media only screen and (max-width: 899px) {
  .entry-sub-title {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.section-desc {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .section-desc {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.section-desc-last {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .section-desc-last {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.page-link {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .page-link {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.page-link-space {
  margin-top: -500px;
  padding-top: 500px
}

@media only screen and (max-width: 899px) {
  .page-link-space {
    margin-top: -150px;
    padding-top: 150px
  }
}

@media only screen and (max-width: 599px) {
  .page-link-space {
    margin-top: -60px;
    padding-top: 60px
  }
}

.index-main {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 100px 0
}

@media only screen and (max-width: 899px) {
  .index-main {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 899px) {
  .index-main {
    padding: 60px 0
  }
}

@media only screen and (max-width: 599px) {
  .index-main {
    padding: 30px 0
  }
}

.index-news-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .index-news-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.index-news-list a {
  width: calc((100% / 4) - 10.5px);
  margin: 5px
}

@media only screen and (max-width: 599px) {
  .index-news-list a {
    width: calc((100% / 2) - 10.5px)
  }
}

.index-news-list a .index-news .news-thumb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.index-news-list a .index-news .news-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  object-fit: cover
}

.index-news-list a .index-news .news-date {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 0 10px;
  color: #d66400
}

.index-news-list a .index-news .news-title {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 0 10px
}

.index-news-list .no-post {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem
}

.news-list-link {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 20px
}

.index-shop-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .index-shop-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.index-shop-list .index-shop {
  display: block;
  width: calc((100% / 4) - 10.5px);
  margin: 5px;
  padding: 10px;
  background: #FFF;
  border-radius: 20px
}

@media only screen and (max-width: 599px) {
  .index-shop-list .index-shop {
    width: calc((100% / 2) - 10.5px)
  }
}

.index-shop-list .index-shop .shop-thumb {
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.index-shop-list .index-shop .shop-name {
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.index-shop-list .index-shop .shop-tel {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.index-shop-list .index-shop .shop-tel a {
  padding: 5px;
  color: #474545
}

@media only screen and (max-width: 899px) {
  .index-shop-list .index-shop .shop-tel a {
    font-size: 85%
  }
}

.index-shop-list .index-shop .shop-tel i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f879";
  color: #3e0014;
  margin-right: 5px
}

.index-shop-list .index-shop .shop-link {
  text-align: center
}

.index-shop-list .index-shop .shop-link a {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 15px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #3e0014
}

.index-shop-list .index-shop .shop-link a:hover {
  background: #3e0014;
  color: #FFF
}

.index-ttl-ec {
  max-width: 854px;
  margin: 0 auto 40px
}

.index-ec-item-list {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .index-ec-item-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .index-ec-item-list {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.index-ec-item-list .index-ec-item {
  width: calc((100% / 3) - 20.5px);
  margin: 10px
}

@media only screen and (max-width: 599px) {
  .index-ec-item-list .index-ec-item {
    width: 100%;
    margin-bottom: 100px;
    margin-bottom: 10rem
  }
}

@media only screen and (max-width: 599px) and (max-width: 899px) {
  .index-ec-item-list .index-ec-item {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.index-ec-item-list .index-ec-item .item-thumb {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  background: #FFF;
  border-radius: 20px
}

.index-ec-item-list .index-ec-item .item-name {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.index-ec-item-list .index-ec-item .item-price {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-align: right
}

.index-btn-ec {
  width: 60%;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  border-radius: 20px
}

@media only screen and (max-width: 899px) {
  .index-btn-ec {
    width: 80%;
    font-size: 34px;
    font-size: 3.4rem
  }
}

@media only screen and (max-width: 599px) {
  .index-btn-ec {
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem
  }
}

.index-ttl-insta {
  max-width: 60px;
  margin: 0 auto 40px
}

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

.entry-bloc {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.entry-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .entry-wrap {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.entry-wrap .entry-content p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #474545;
  line-height: 1.7
}

@media only screen and (max-width: 899px) {
  .entry-wrap .entry-content p {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.entry-wrap .entry-content p, .entry-wrap .entry-content img, .entry-wrap .entry-content table, .entry-wrap .entry-content ul, .entry-wrap .entry-content iframe, .entry-wrap .entry-content embed {
  max-width: 100% !important
}

.post-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.post-navigation .nav-links li {
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 24px;
  font-size: 2.4rem
}

@media only screen and (max-width: 599px) {
  .post-navigation .nav-links li {
    padding: 10px;
    font-weight: normal
  }
}

.news-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .news-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.news-list a {
  width: calc((100% / 3) - 10.5px);
  margin: 5px 5px 20px
}

@media only screen and (max-width: 599px) {
  .news-list a {
    width: calc((100% / 2) - 10.5px)
  }
}

.news-list a .news-wrap .news-thumb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.news-list a .news-wrap .news-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  object-fit: cover
}

.news-list a .news-wrap .news-date {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 0 10px;
  color: #d66400
}

.news-list a .news-wrap .news-title {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 0 10px
}

.news-entry-date {
  display: block;
  color: #d66400
}

.news-entry-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 599px) {
  .news-entry-wrap {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.news-entry-wrap div {
  width: calc((100% / 2) - 20.5px);
  margin: 10px 10px 20px
}

@media only screen and (max-width: 599px) {
  .news-entry-wrap div {
    width: 100%;
    margin: 0 0 20px
  }
}

.news-entry-wrap .news-entry-img-01 img {
  border-radius: 20px
}

@media only screen and (max-width: 599px) {
  .news-entry-wrap .news-entry-content {
    padding: 0 10px
  }
}

.news-entry-wrap .news-entry-content p {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #474545;
  line-height: 1.7
}

@media only screen and (max-width: 899px) {
  .news-entry-wrap .news-entry-content p {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.news-entry-wrap .news-entry-content p, .news-entry-wrap .news-entry-content img, .news-entry-wrap .news-entry-content table, .news-entry-wrap .news-entry-content ul, .news-entry-wrap .news-entry-content iframe, .news-entry-wrap .news-entry-content embed {
  max-width: 100% !important
}

.news-entry-content-freearea p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #474545;
  line-height: 1.7
}

@media only screen and (max-width: 899px) {
  .news-entry-content-freearea p {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.news-entry-content-freearea p, .news-entry-content-freearea img, .news-entry-content-freearea table, .news-entry-content-freearea ul, .news-entry-content-freearea iframe, .news-entry-content-freearea embed {
  max-width: 100% !important
}

.blog-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .blog-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.blog-list a {
  width: calc((100% / 3) - 10.5px);
  margin: 5px 5px 20px
}

@media only screen and (max-width: 599px) {
  .blog-list a {
    width: calc((100% / 2) - 10.5px)
  }
}

.blog-list a .blog-wrap .blog-thumb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.blog-list a .blog-wrap .blog-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  object-fit: cover
}

.blog-list a .blog-wrap .blog-date {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 0 10px;
  color: #d66400;
  line-height: 1.3
}

.blog-list a .blog-wrap .blog-title {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 0 10px;
  line-height: 1.3
}

.blog-list a .blog-wrap .blog-cat {
  display: inline-block;
  margin: 0 10px;
  padding: 0 5px;
  background: #3e0014;
  color: #FFF;
  font-size: 80%;
  line-height: 1.3;
  border-radius: 2px
}

.blog-entry-date {
  display: block;
  color: #d66400
}

.blog-entry-cat {
  display: flex;
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .blog-entry-cat {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.blog-entry-cat li {
  margin-right: 10px;
  padding: 5px 10px;
  background: #d66400;
  color: #FFF;
  font-size: 90%;
  border-radius: 2px
}

.blog-entry-title {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.blog-entry-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 599px) {
  .blog-entry-wrap {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.blog-entry-wrap div {
  width: calc((100% / 2) - 20.5px);
  margin: 10px 10px 20px
}

@media only screen and (max-width: 599px) {
  .blog-entry-wrap div {
    width: 100%;
    margin: 0 0 20px
  }
}

.blog-entry-wrap .blog-entry-img-01 img {
  border-radius: 20px
}

@media only screen and (max-width: 599px) {
  .blog-entry-wrap .blog-entry-content {
    padding: 0 10px
  }
}

.blog-entry-wrap .blog-entry-content p {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #474545;
  line-height: 1.7
}

@media only screen and (max-width: 899px) {
  .blog-entry-wrap .blog-entry-content p {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.blog-entry-wrap .blog-entry-content p, .blog-entry-wrap .blog-entry-content img, .blog-entry-wrap .blog-entry-content table, .blog-entry-wrap .blog-entry-content ul, .blog-entry-wrap .blog-entry-content iframe, .blog-entry-wrap .blog-entry-content embed {
  max-width: 100% !important
}

.blog-entry-content-freearea p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #474545;
  line-height: 1.7
}

@media only screen and (max-width: 899px) {
  .blog-entry-content-freearea p {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.blog-entry-content-freearea p, .blog-entry-content-freearea img, .blog-entry-content-freearea table, .blog-entry-content-freearea ul, .blog-entry-content-freearea iframe, .blog-entry-content-freearea embed {
  max-width: 100% !important
}

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

.items-entry-bloc {
  max-width: 980px;
  margin: 0 auto
}

.items-bnr-wrap {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .items-bnr-wrap {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

@media only screen and (max-width: 899px) {
  .items-bnr-wrap {
    padding: 0 10px
  }
}

.items-bnr-wrap .items-bnr-group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.items-bnr-wrap .items-bnr-group .items-bnr {
  display: block
}

@media only screen and (max-width: 599px) {
  .items-bnr-wrap .items-bnr-group .items-bnr {
    width: 90%;
    margin: 0 auto 15px
  }
}

.items-bnr-wrap .items-bnr-group .items-bnr:hover {
  transform: rotate(5deg)
}

.items-bnr-wrap .items-bnr-group-01 {
  max-width: 90%;
  margin: 0 auto 15px
}

@media only screen and (max-width: 599px) {
  .items-bnr-wrap .items-bnr-group-01 {
    max-width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
  }
}

.items-bnr-wrap .items-bnr-group-01 .items-bnr {
  min-width: 40%
}

@media only screen and (max-width: 599px) {
  .items-bnr-wrap .items-bnr-group-03 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.items-bnr-wrap .items-bnr-group-03 .items-bnr {
  min-width: 25%
}

@media only screen and (max-width: 599px) {
  .items-bnr-wrap .items-bnr-group-03 .items-bnr {
    width: 49%
  }
}

.items-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .items-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.items-list a {
  width: calc((100% / 3) - 10.5px);
  margin: 5px 5px 20px
}

@media only screen and (max-width: 599px) {
  .items-list a {
    width: calc((100% / 2) - 10.5px)
  }
}

.items-list a .items-wrap .items-thumb {
  width: 100%;
  position: relative;
  padding-top: 80%;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  overflow: hidden
}

.items-list a .items-wrap .items-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  object-fit: cover
}

.items-list a .items-wrap .items-price {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  color: #474545
}

.items-list a .items-wrap .items-title {
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.items-ec {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .items-ec {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

@media only screen and (max-width: 599px) {
  .items-ec {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
    margin-bottom: 10rem
  }
}

@media only screen and (max-width: 599px) and (max-width: 899px) {
  .items-ec {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.items-ec div {
  width: calc((100% / 2) - 20.5px)
}

@media only screen and (max-width: 599px) {
  .items-ec div {
    width: 100%
  }
}

.items-ec .items-ec-thumb {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .items-ec .items-ec-thumb {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.items-ec .items-ec-thumb img {
  border-radius: 20px
}

.items-ec .items-ec-detail {
  padding: 10px
}

.items-ec .items-ec-detail .items-name {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.8rem
}

.items-ec .items-ec-detail .items-detail {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #474545
}

@media only screen and (max-width: 899px) {
  .items-ec .items-ec-detail .items-detail {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.items-ec .items-ec-detail .items-link {
  max-width: 380px
}

.items-entry-wrap .items-name {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #474545
}

@media only screen and (max-width: 899px) {
  .items-entry-wrap .items-name {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.items-entry-wrap .items-price {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #474545
}

@media only screen and (max-width: 899px) {
  .items-entry-wrap .items-price {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.items-entry-wrap .items-detail {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  color: #474545
}

@media only screen and (max-width: 899px) {
  .items-entry-wrap .items-detail {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.items-entry-wrap p, .items-entry-wrap img, .items-entry-wrap table, .items-entry-wrap ul, .items-entry-wrap iframe, .items-entry-wrap embed {
  max-width: 100% !important
}

.item-slider-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .item-slider-wrap {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.item-slider-wrap .item-slider {
  width: 60%;
  margin: 0 auto 10px
}

@media only screen and (max-width: 899px) {
  .item-slider-wrap .item-slider {
    width: 100%
  }
}

.item-slider-wrap .item-slider .slide-item img {
  border-radius: 20px
}

.item-slider-wrap .item-slider-thumb {
  width: 65%;
  margin: 0 auto 10px
}

@media only screen and (max-width: 899px) {
  .item-slider-wrap .item-slider-thumb {
    width: 100%
  }
}

.item-slider-wrap .item-slider-thumb .slide-item-thumb {
  margin-right: 10px
}

.item-slider-wrap .item-slider-thumb .slide-item-thumb:last-child {
  margin-right: 0
}

.item-slider-wrap .item-slider-thumb .slide-item-thumb:hover {
  cursor: pointer
}

.item-slider-wrap .item-slider-thumb .slide-item-thumb img {
  border-radius: 10px
}

@media only screen and (max-width: 599px) {
  .item-slider-wrap .item-slider-thumb .slide-item-thumb img {
    border-radius: 5px
  }
}

.item-slider-wrap .slick-prev {
  left: -12px
}

@media only screen and (max-width: 599px) {
  .item-slider-wrap .slick-prev {
    left: -13px
  }
}

.item-slider-wrap .slick-next {
  right: 1px
}

@media only screen and (max-width: 599px) {
  .item-slider-wrap .slick-next {
    right: 1px
  }
}

.item-slider-wrap .slick-prev, .item-slider-wrap .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #d66400;
  border: none;
  outline: none;
  background: #d66400;
  z-index: 999
}

.item-slider-wrap .slick-prev:hover, .item-slider-wrap .slick-prev:active, .item-slider-wrap .slick-next:hover, .item-slider-wrap .slick-next:active {
  background: #d66400
}

.item-slider-wrap .slick-prev::before, .item-slider-wrap .slick-next::before {
  font-family: 'slick';
  font-size: 32px;
  line-height: 1;
  opacity: .75;
  color: #FFF
}

.item-slider-wrap .slick-prev::before:hover, .item-slider-wrap .slick-prev::before:active, .item-slider-wrap .slick-next::before:hover, .item-slider-wrap .slick-next::before:active {
  color: #FFF
}

.slide-item-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px
}

.item-img-single {
  width: 60%;
  margin: 0 auto 10px
}

@media only screen and (max-width: 899px) {
  .item-img-single {
    width: 100%
  }
}

.item-img-single img {
  border-radius: 20px
}

.items-entry-content {
  width: 75%;
  margin: 0 auto 10px
}

@media only screen and (max-width: 899px) {
  .items-entry-content {
    width: 100%
  }
}

.items-related {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.items-related li {
  width: calc((100% / 5) - 10.5px);
  padding: 5px
}

@media only screen and (max-width: 599px) {
  .items-related li {
    width: calc((100% / 2) - 10.5px)
  }
}

.items-related li img {
  border-radius: 5px
}

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

.shop-entry-bloc {
  max-width: 980px;
  margin: 0 auto
}

.shop-header {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-header {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.shop-header .bloc-title {
  margin-bottom: 10px
}

.shop-header-link {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.shop-header-link li {
  width: calc((100% / 4) - 20.5px);
  margin: 10px
}

@media only screen and (max-width: 599px) {
  .shop-header-link li {
    width: calc((100% / 2) - 20.5px)
  }
}

.shop-header-link li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014;
  border-radius: 10px
}

.shop-header-link li a:hover {
  background: #3e0014;
  color: #FFF
}

.shop-header-link-fc {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  display: -webkit-flex;
  display: flex
}

@media only screen and (max-width: 899px) {
  .shop-header-link-fc {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.shop-header-link-fc a {
  display: block;
  width: calc(100% - 20.5px);
  margin: 10px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014;
  border-radius: 10px
}

.shop-header-link-fc a:hover {
  background: #3e0014;
  color: #FFF
}

.shop-ico-ex {
  text-align: right
}

.shop-ico-ex span {
  padding: 0 10px;
  color: #474545;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle
}

@media only screen and (max-width: 599px) {
  .shop-ico-ex span {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 5px;
    line-height: 1.2
  }
}

.shop-ico-ex span img {
  position: relative;
  top: -3px;
  max-width: 30px;
  margin-right: 10px
}

@media only screen and (max-width: 599px) {
  .shop-ico-ex span img {
    max-width: 20px;
    margin-right: 5px;
    top: 2px
  }
}

.shop-list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-list-wrap {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .shop-list-wrap {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.shop-list-wrap .shop-list {
  width: calc((100% / 2) - 20.5px);
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-list-wrap .shop-list {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .shop-list-wrap .shop-list {
    width: 100%;
    margin-bottom: 80px;
    margin-bottom: 8rem
  }
}

@media only screen and (max-width: 599px) and (max-width: 899px) {
  .shop-list-wrap .shop-list {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.shop-list-wrap .shop-list .shop-name {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600
}

@media only screen and (max-width: 599px) {
  .shop-list-wrap .shop-list .shop-name {
    font-size: 20px;
    font-size: 2rem
  }
}

.shop-list-wrap .shop-list .shop-thumb {
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.shop-list-wrap .shop-list .shop-thumb img {
  border-radius: 20px;
  max-height: 300px;
  object-fit: cover
}

.shop-list-wrap .shop-list .shop-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-bottom: 0.5rem
}

.shop-list-wrap .shop-list .shop-bnr li {
  width: calc((100% / 2) - 20.5px);
  padding: 10px
}

.shop-list-wrap .shop-list .shop-detail {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1.6rem
}

.shop-list-wrap .shop-list .shop-link a {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #3e0014
}

.shop-list-wrap .shop-list .shop-link a:hover {
  background: #3e0014;
  color: #FFF
}

.shop-img-single {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-img-single {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.shop-img-single img {
  border-radius: 10px
}

.shop-detail {
  list-style: none;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-detail {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.shop-detail li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #474545;
  margin-bottom: 10px;
  margin-bottom: 1rem
}

@media only screen and (max-width: 599px) {
  .shop-detail li {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.shop-detail li img {
  position: relative;
  top: -3px;
  max-width: 30px;
  margin-right: 10px
}

@media only screen and (max-width: 599px) {
  .shop-detail li img {
    max-width: 20px;
    margin-right: 5px;
    top: 2px
  }
}

.shop-detail .shop-detail-parking-on, .shop-detail .shop-detail-parking-off, .shop-detail .shop-detail-cafe-on, .shop-detail .shop-detail-cafe-off {
  display: inline-block;
  padding-right: 15px
}

@media only screen and (max-width: 599px) {
  .shop-detail .shop-detail-parking-on, .shop-detail .shop-detail-parking-off, .shop-detail .shop-detail-cafe-on, .shop-detail .shop-detail-cafe-off {
    display: block;
    padding-right: 0
  }
}

.shop-comment {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-comment {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.shop-img {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-img {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .shop-img {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.shop-img li {
  width: calc((100% / 3) - 10.5px);
  margin: 5px 5px 10px
}

@media only screen and (max-width: 599px) {
  .shop-img li {
    width: 100%
  }
}

.shop-img li img {
  border-radius: 10px
}

.shop-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-map {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .shop-map {
    min-width: 250px
  }
}

.shop-map .acf-map {
  width: 100%;
  height: 400px;
  border-radius: 20px
}

.shop-map .acf-map img {
  max-width: inherit !important
}

.shop-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.shop-bnr dl {
  width: calc((100% / 2) - 20.5px);
  padding: 10px;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem
}

.shop-bnr dl dt {
  line-height: 1
}

.shop-bnr .shop-bnr-line {
  margin-right: 10px
}

.shop-bnr .shop-bnr-line dd {
  color: #31AE37
}

.shop-bnr .shop-bnr-uber dd {
  color: #000
}

.shop-related {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.shop-related li {
  width: calc((100% / 5) - 10.5px);
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #474545
}

@media only screen and (max-width: 599px) {
  .shop-related li {
    width: calc((100% / 2) - 10.5px)
  }
}

.shop-related li img {
  border-radius: 5px
}

.shop-sub {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .shop-sub {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.shop-sub .shop-sub-bnr {
  max-width: 780px;
  margin: 0 auto
}

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

.members-entry-bloc {
  max-width: 980px;
  margin: 0 auto
}

.line-ttl {
  color: #35AF36;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-size: calc(18px + (32 - 18) * ((100vw - 480px) / (2500 - 480)))
}

.line-bnt-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .line-bnt-list {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.line-bnt-list li {
  width: calc((100% / 5) - 10.5px);
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #474545
}

@media only screen and (max-width: 599px) {
  .line-bnt-list li {
    width: calc((100% / 2) - 10.5px)
  }
}

.members-header-link {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.members-header-link li {
  width: calc((100% / 4) - 20.5px);
  margin: 10px
}

@media only screen and (max-width: 599px) {
  .members-header-link li {
    width: calc((100% / 2) - 20.5px)
  }
}

.members-header-link li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014;
  border-radius: 10px
}

.members-header-link li a:hover {
  background: #3e0014;
  color: #FFF
}

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

.company-entry-bloc {
  max-width: 980px;
  margin: 0 auto
}

.detail-ex-wrap {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .detail-ex-wrap {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.detail-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #3e0014
}

@media only screen and (max-width: 899px) {
  .detail-title {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

@media only screen and (max-width: 599px) {
  .detail-title {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.detail-ex {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #474545;
  line-height: 1.8
}

@media only screen and (max-width: 899px) {
  .detail-ex {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.detail-ex-b {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #474545;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8
}

@media only screen and (max-width: 899px) {
  .detail-ex-b {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

@media only screen and (max-width: 599px) {
  .detail-ex-b {
    font-size: 20px;
    font-size: 2rem
  }
}

.detail-ex-last {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  color: #474545;
  line-height: 1.8
}

@media only screen and (max-width: 899px) {
  .detail-ex-last {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.company-header-link {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.company-header-link li {
  width: calc((100% / 4) - 20.5px);
  margin: 10px
}

@media only screen and (max-width: 599px) {
  .company-header-link li {
    width: calc((100% / 2) - 20.5px)
  }
}

.company-header-link li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014;
  border-radius: 10px
}

.company-header-link li a:hover {
  background: #3e0014;
  color: #FFF
}

.company-header-link-fc {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.company-header-link-fc li {
  width: calc((100% / 2) - 20.5px);
  margin: 10px
}

.company-header-link-fc li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014;
  border-radius: 10px
}

.company-header-link-fc li a:hover {
  background: #3e0014;
  color: #FFF
}

.company-catch {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0
}

.entry-sub-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2
}

@media only screen and (max-width: 899px) {
  .entry-sub-title {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.company-page-link a {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014
}

.company-div-img {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .company-div-img {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .company-div-img {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.company-div-img li {
  width: calc((100% / 3) - 10.5px);
  margin: 5px 5px 10px
}

@media only screen and (max-width: 599px) {
  .company-div-img li {
    width: 100%
  }
}

.company-div-img li img {
  border-radius: 10px
}

.contact-form {
  padding: 60px 0
}

.row {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto
}

.section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto
}

.mgb10 {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.mgb15 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem
}

.mgb20 {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .mgb20 {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.mgb30 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .mgb30 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.mgb40 {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .mgb40 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.mgb50 {
  margin-bottom: 50px;
  margin-bottom: 5rem
}

@media only screen and (max-width: 899px) {
  .mgb50 {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}

.mgb60 {
  margin-bottom: 60px;
  margin-bottom: 6rem
}

@media only screen and (max-width: 899px) {
  .mgb60 {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.mgb70 {
  margin-bottom: 90px;
  margin-bottom: 7rem
}

@media only screen and (max-width: 899px) {
  .mgb70 {
    margin-bottom: 35px;
    margin-bottom: 3.5rem
  }
}

.mgb80 {
  margin-bottom: 80px;
  margin-bottom: 8rem
}

@media only screen and (max-width: 899px) {
  .mgb80 {
    margin-bottom: 40px;
    margin-bottom: 4rem
  }
}

.mgb90 {
  margin-bottom: 90px;
  margin-bottom: 9rem
}

@media only screen and (max-width: 899px) {
  .mgb90 {
    margin-bottom: 45px;
    margin-bottom: 4.5rem
  }
}

.mgb100 {
  margin-bottom: 100px;
  margin-bottom: 10rem
}

@media only screen and (max-width: 899px) {
  .mgb100 {
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-bold {
  font-weight: bold
}

.color-red {
  color: red
}

.recruit-entry-bloc {
  max-width: 980px;
  margin: 0 auto
}

.recruit-header {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .recruit-header {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.recruit-header .bloc-title {
  margin-bottom: 10px
}

.bloc-title-r {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 2px solid #d66400
}

@media only screen and (max-width: 899px) {
  .bloc-title-r {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 899px) {
  .bloc-title-r {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .bloc-title-r {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.bloc-title-r-event {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.site-main-recruit table {
  width: 100%
}

@media only screen and (max-width: 899px) {
  .site-main-recruit table {
    width: 98%;
    margin: 0 auto 20px
  }
}

.site-main-recruit th, .site-main-recruit td {
  border: 10px solid #FFF
}

.site-main-recruit th {
  background: #EFE7D7
}

.footer-entry-bnr {
  background: #FFF;
  padding: 60px 10px
}

.footer-entry-bnr ul {
  max-wdith: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 899px) {
  .footer-entry-bnr ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 30px 10px
  }
}

.footer-entry-bnr ul li {
  margin: 10px;
  max-width: 480px
}

.recruit-catch {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: calc(18px + (42 - 18) * ((100vw - 480px) / (1920 - 480)));
  color: #d66400;
  text-align: center
}

@media only screen and (max-width: 899px) {
  .recruit-catch {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.recriut-index-bloc {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.recriut-index-bloc dl, .recriut-index-bloc .bloc-thumb {
  width: calc((100% / 2) - 20.5px);
  margin: 10px
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc dl, .recriut-index-bloc .bloc-thumb {
    width: 100%
  }
}

.recriut-index-bloc dl {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc dl {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc dl {
    order: 0;
    margin-bottom: 5px;
    margin-bottom: 0.5rem
  }
}

.recriut-index-bloc dl dt {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: center
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc dl dt {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.recriut-index-bloc dl dt img {
  max-width: 290px
}

@media only screen and (max-width: 599px) {
  .recriut-index-bloc dl dt img {
    max-width: 200px
  }
}

.recriut-index-bloc dl dd {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc dl dd {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.recriut-index-bloc dl dd strong {
  color: #3e0014;
  font-weight: 600
}

.recriut-index-bloc dl dd br {
  line-height: 2
}

@media only screen and (max-width: 899px) {
  .recriut-index-bloc .bloc-thumb {
    order: 1;
    margin-bottom: 60px;
    margin-bottom: 6rem
  }
}

@media only screen and (max-width: 899px) and (max-width: 899px) {
  .recriut-index-bloc .bloc-thumb {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.message-catch {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  color: #3e0014;
  font-size: calc(18px + (36 - 18) * ((100vw - 480px) / (1920 - 480)));
  font-family: serif;
  font-weight: 900
}

@media only screen and (max-width: 899px) {
  .message-catch {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.message-ex {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 16px
}

@media only screen and (max-width: 899px) {
  .message-ex {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.recruit-header-link {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .recruit-header-link {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .recruit-header-link {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.recruit-header-link li {
  display: -webkit-flex;
  display: flex;
  width: calc((100% / 5) - 10.5px);
  margin: 5px;
  text-align: center
}

@media only screen and (max-width: 599px) {
  .recruit-header-link li {
    width: calc((100% / 3) - 10.5px)
  }
}

.recruit-header-link li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  color: #3e0014;
  border: 2px solid #3e0014;
  text-align: center
}

.recruit-header-link li a:hover {
  background: #3e0014;
  color: #FFF
}

.bloc-sub-title-r {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 20px;
  font-size: 2rem;
  color: #d66400;
  font-weight: 600
}

@media only screen and (max-width: 899px) {
  .bloc-sub-title-r {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.reruit-step {
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .reruit-step {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.reruit-step dl {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 15px;
  background: #d66400;
  color: #FFF;
  font-weight: 600;
  font-size: calc(18px + (28 - 18) * ((100vw - 480px) / (1920 - 480)))
}

.reruit-step dl a {
  color: #FFF
}

.reruit-step dd {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .reruit-step dd {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.reruit-step dd::after {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  content: "";
  background: url("images/recruit/step_chevron_btm.png") no-repeat center center/contain;
  width: 184px;
  height: 60px;
  vertical-align: middle
}

.reruit-step dd:last-child::after {
  display: none
}

.recruit-faq {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .recruit-faq {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.recruit-faq dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.recruit-faq dt span {
  padding: 10px 0;
  width: calc(100% - 70px);
  border-bottom: 2px dotted #3e0014
}

@media only screen and (max-width: 599px) {
  .recruit-faq dt span {
    width: calc(100% - 30px)
  }
}

.recruit-faq dt::before {
  display: inline-block;
  content: "";
  background: url("images/recruit/faq_ico_q.png") no-repeat top left/contain;
  width: 50px;
  height: 50px;
  margin-right: auto;
  vertical-align: middle
}

@media only screen and (max-width: 599px) {
  .recruit-faq dt::before {
    width: 20px;
    height: 20px
  }
}

.recruit-faq dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .recruit-faq dd {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.recruit-faq dd span {
  padding: 10px 0;
  width: calc(100% - 70px)
}

@media only screen and (max-width: 599px) {
  .recruit-faq dd span {
    width: calc(100% - 30px)
  }
}

.recruit-faq dd::before {
  display: inline-block;
  content: "";
  background: url("images/recruit/faq_ico_a.png") no-repeat top left/contain;
  width: 50px;
  height: 50px;
  margin-right: auto;
  vertical-align: middle
}

@media only screen and (max-width: 599px) {
  .recruit-faq dd::before {
    width: 20px;
    height: 20px
  }
}

.staff-link li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 20px
}

@media only screen and (max-width: 899px) {
  .staff-link li {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.staff-profile {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-bottom: 4rem
}

@media only screen and (max-width: 899px) {
  .staff-profile {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .staff-profile {
    width: 100%
  }
}

.staff-profile .staff-header-img {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .staff-profile .staff-header-img {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.staff-profile .profile-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media only screen and (max-width: 599px) {
  .staff-profile .profile-comment {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
  }
}

.staff-profile .profile-comment dt {
  max-width: 180px;
  margin-right: 10px
}

@media only screen and (max-width: 599px) {
  .staff-profile .profile-comment dt {
    max-width: 130px;
    margin: 0 0 20px 0
  }
}

@media only screen and (max-width: 599px) {
  .staff-profile .profile-comment dd {
    padding: 0 20px
  }
}

.staff-voice p {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .staff-voice p {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

@media only screen and (max-width: 599px) {
  .staff-voice {
    padding: 0 20px
  }
}

.staff-img {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 599px) {
  .staff-img {
    display: block
  }
}

.staff-img li {
  margin: 10px
}

.voice-vid {
  max-width: 70%;
  margin: 0 auto
}

@media only screen and (max-width: 599px) {
  .voice-vid {
    max-width: 100%
  }
}

.voice-vid video {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ece2cd
}

.entry-message {
  padding: 20px;
  background: #efe9dc
}

.entry-message h2 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #d66400
}

@media only screen and (max-width: 899px) {
  .entry-message h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media only screen and (max-width: 899px) {
  .entry-message h2 {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .entry-message h2 {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.staff-related h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

@media only screen and (max-width: 899px) {
  .staff-related h2 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
  }
}

.staff-related ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.staff-related ul li {
  width: calc((100% / 3) - 20.5px);
  margin: 10px
}

.event-header-link {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.event-header-link li {
  width: calc((100% / 4) - 20.5px);
  margin: 10px
}

@media only screen and (max-width: 599px) {
  .event-header-link li {
    width: calc((100% / 2) - 20.5px)
  }
}

.event-header-link li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #3e0014;
  border-radius: 10px
}

.event-header-link li a:hover {
  background: #3e0014;
  color: #FFF
}

.event-date {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 20px;
  min-width: 120px;
  max-width: 40%;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  background: #eeae6d;
  border-radius: 15px
}

@media only screen and (max-width: 899px) {
  .event-date {
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

.event-date::before {
  content: "";
  position: absolute;
  top: 99.5%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eeae6d
}

.event-date p {
  text-align: center
}

.event-slider-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .event-slider-wrap {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.event-slider-wrap .event-slider, .event-slider-wrap .event-slider-02, .event-slider-wrap .event-slider-03, .event-slider-wrap .event-slider-04 {
  width: 60%;
  margin: 0 auto 10px
}

@media only screen and (max-width: 899px) {
  .event-slider-wrap .event-slider, .event-slider-wrap .event-slider-02, .event-slider-wrap .event-slider-03, .event-slider-wrap .event-slider-04 {
    width: 100%
  }
}

.event-slider-wrap .event-slider .slide-event img, .event-slider-wrap .event-slider-02 .slide-event img, .event-slider-wrap .event-slider-03 .slide-event img, .event-slider-wrap .event-slider-04 .slide-event img {
  border-radius: 20px
}

.event-slider-wrap .event-slider .slide-event .event-comment, .event-slider-wrap .event-slider-02 .slide-event .event-comment, .event-slider-wrap .event-slider-03 .slide-event .event-comment, .event-slider-wrap .event-slider-04 .slide-event .event-comment {
  padding: 20px 0;
  text-align: center
}

.event-slider-wrap .event-slider-thumb, .event-slider-wrap .event-slider-thumb-02, .event-slider-wrap .event-slider-thumb-03, .event-slider-wrap .event-slider-thumb-04 {
  width: 65%;
  margin: 0 auto 10px
}

@media only screen and (max-width: 899px) {
  .event-slider-wrap .event-slider-thumb, .event-slider-wrap .event-slider-thumb-02, .event-slider-wrap .event-slider-thumb-03, .event-slider-wrap .event-slider-thumb-04 {
    width: 100%
  }
}

.event-slider-wrap .event-slider-thumb .slide-event-thumb, .event-slider-wrap .event-slider-thumb-02 .slide-event-thumb, .event-slider-wrap .event-slider-thumb-03 .slide-event-thumb, .event-slider-wrap .event-slider-thumb-04 .slide-event-thumb {
  margin-right: 10px
}

.event-slider-wrap .event-slider-thumb .slide-event-thumb:last-child, .event-slider-wrap .event-slider-thumb-02 .slide-event-thumb:last-child, .event-slider-wrap .event-slider-thumb-03 .slide-event-thumb:last-child, .event-slider-wrap .event-slider-thumb-04 .slide-event-thumb:last-child {
  margin-right: 0
}

.event-slider-wrap .event-slider-thumb .slide-event-thumb:hover, .event-slider-wrap .event-slider-thumb-02 .slide-event-thumb:hover, .event-slider-wrap .event-slider-thumb-03 .slide-event-thumb:hover, .event-slider-wrap .event-slider-thumb-04 .slide-event-thumb:hover {
  cursor: pointer
}

.event-slider-wrap .event-slider-thumb .slide-event-thumb img, .event-slider-wrap .event-slider-thumb-02 .slide-event-thumb img, .event-slider-wrap .event-slider-thumb-03 .slide-event-thumb img, .event-slider-wrap .event-slider-thumb-04 .slide-event-thumb img {
  border-radius: 10px
}

@media only screen and (max-width: 599px) {
  .event-slider-wrap .event-slider-thumb .slide-event-thumb img, .event-slider-wrap .event-slider-thumb-02 .slide-event-thumb img, .event-slider-wrap .event-slider-thumb-03 .slide-event-thumb img, .event-slider-wrap .event-slider-thumb-04 .slide-event-thumb img {
    border-radius: 5px
  }
}

.event-slider-wrap .slick-prev {
  left: -12px
}

@media only screen and (max-width: 599px) {
  .event-slider-wrap .slick-prev {
    left: -13px
  }
}

.event-slider-wrap .slick-next {
  right: 1px
}

@media only screen and (max-width: 599px) {
  .event-slider-wrap .slick-next {
    right: 1px
  }
}

.event-slider-wrap .slick-prev, .event-slider-wrap .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #d66400;
  border: none;
  outline: none;
  background: #d66400;
  z-index: 999
}

.event-slider-wrap .slick-prev:hover, .event-slider-wrap .slick-prev:active, .event-slider-wrap .slick-next:hover, .event-slider-wrap .slick-next:active {
  background: #d66400
}

.event-slider-wrap .slick-prev::before, .event-slider-wrap .slick-next::before {
  font-family: 'slick';
  font-size: 32px;
  line-height: 1;
  opacity: .75;
  color: #FFF
}

.event-slider-wrap .slick-prev::before:hover, .event-slider-wrap .slick-prev::before:active, .event-slider-wrap .slick-next::before:hover, .event-slider-wrap .slick-next::before:active {
  color: #FFF
}

.entry-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 20px;
  font-size: 30px;
  font-size: 3rem;
  background: #d66400;
  color: #FFF;
  text-align: center
}

@media only screen and (max-width: 899px) {
  .entry-title {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

@media only screen and (max-width: 899px) {
  .entry-title {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width: 599px) {
  .entry-title {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.entry-title-pa {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background: #dd9610
}

@media only screen and (max-width: 899px) {
  .entry-title-pa {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.entry-form-ini {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  color: #d66400;
  font-size: 15px;
  font-size: 1.5rem
}

.contact-form {
  padding: 60px 0
}

.entry-form table {
  border-collapse: collapse
}

@media only screen and (max-width: 899px) {
  .entry-form table {
    width: 97%;
    margin: 0 auto 20px
  }
}

.entry-form table th small {
  display: inline-block;
  padding: 20px 0;
  font-size: 80%;
  line-height: 1.2
}

.entry-form table td small {
  font-size: 85%;
  line-height: 1.2
}

@media only screen and (max-width: 899px) {
  .entry-form table td {
    border: none
  }
}

.entry-form input[type="text"] {
  margin-right: 5px
}

.entry-form .tel {
  max-width: 300px
}

@media only screen and (max-width: 899px) {
  .entry-form .tel {
    max-width: 95%
  }
}

.entry-form .zip {
  max-width: 150px
}

.entry-form .adress {
  width: 80%
}

@media only screen and (max-width: 599px) {
  .entry-form .adress {
    width: 95%
  }
}

.entry-form .birth {
  max-width: 100px
}

.entry-form .edu {
  max-width: 150px
}

.entry-form .detail {
  width: 60%
}

@media only screen and (max-width: 599px) {
  .entry-form .detail {
    width: 95%
  }
}

.entry-form .your-ex-cat, .entry-form .your-sales-cat, .entry-form .your-tour-shop, .entry-form .your-shop {
  display: block;
  width: 80%
}

@media only screen and (max-width: 599px) {
  .entry-form .your-ex-cat, .entry-form .your-sales-cat, .entry-form .your-tour-shop, .entry-form .your-shop {
    width: 95%
  }
}

.aside-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-left: 5px solid #3e0014
}

@media only screen and (max-width: 899px) {
  .aside-title {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.aside-cat li a {
  display: block;
  padding: 15px 10px;
  background: #ece2cd;
  border-bottom: 2px solid #FFF
}

.aside-cat li a:hover {
  background: #efe9dc
}

.aside-cat li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 10px
}

.aside-cat li .current {
  background: #ece2cd;
  padding: 15px 20px;
  font-weight: 700
}

.site-footer {
  width: 100%;
  padding: 40px 50px;
  background: #ece2cd
}

@media only screen and (max-width: 899px) {
  .site-footer {
    padding: 40px 0
  }
}

.site-footer .footer-logo, .site-footer .footer-logo-company {
  width: 40%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0
}

@media only screen and (max-width: 899px) {
  .site-footer .footer-logo, .site-footer .footer-logo-company {
    width: 70%
  }
}

.site-footer .footer-ico {
  width: 40%;
  max-width: 350px;
  margin: 0 auto 40px;
  padding: 10px 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media only screen and (max-width: 899px) {
  .site-footer .footer-ico {
    width: 70%
  }
}

.site-footer .footer-ico li {
  max-width: 80px;
  margin: 5px
}

.footer-bnr {
  padding: 40px 0
}

.footer-bnr ul {
  list-style: none;
  width: 70%;
  max-width: 980px;
  margin: 0 auto
}

@media only screen and (max-width: 899px) {
  .footer-bnr ul {
    width: 80%
  }
}

@media only screen and (max-width: 599px) {
  .footer-bnr ul {
    width: 90%
  }
}

.footer-bnr .bnr-item-bloc li {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .footer-bnr .bnr-item-bloc li {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.footer-bnr .bnr-item-col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-bnr .bnr-item-col li {
  width: calc((100% / 2) - 10.5px);
  margin-bottom: 20px;
  margin-bottom: 2rem
}

@media only screen and (max-width: 899px) {
  .footer-bnr .bnr-item-col li {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }
}

.footer-bnr .bnr-item-col li:nth-child(odd) {
  margin-right: 20px
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem
}

@media only screen and (max-width: 899px) {
  .copyright {
    padding: 0 20px
  }
}