/* CSS Document */
@media screen and (max-width: 768px) {
  .page::before {
    background: #fae7ea;
    content: '';
    display: block;
    height: 156px;
    width: 100%;
  }
}
.up-date {
  color: #5dd0be !important;
}
.page_info .content-area {
  padding-top: 26px;
}
.pankuzu-list ol {
  color: #afb6bb;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  list-style: none;
  padding: 20px;
}
.pankuzu-list ol li:last-of-type {
  color: #000;
  pointer-events: none;
}
.pankuzu-list ol li + li::before {
  color: #afb6bb;
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
.page_contents .section-title {
  margin-bottom: 46px;
}
.page_contents {
  position: relative;
}
.page_contents .inner {
  background: #fff;
  margin-bottom: 87px;
  padding-top: 40px;
  paddingbottom: 85px;;
}
.page_contents:first-of-type .inner {
  border: solid 1px #989898;
  border-bottom: none;
  margin-top: 0;
}
.page_contents:first-of-type .inner::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: '';
  display: block;
  height: 169px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  /*width: 100vw;*/
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_info .content-area {
    padding-top: 10px;
  }
  .pankuzu-list {
    display: none;
  }
  .page_contents .section-title {
    margin-bottom: 13px;
  }
  .page_contents {
    padding: 0 22px;
  }
  .page_contents .inner {
    margin-bottom: 50px;
    padding: 20px 22px 0 22px;
  }
  .page_contents:first-of-type .inner {
    margin-top: -134px;
  }
  .page_contents .inner::after {
    height: 56px;
  }
}
section.btn {
  padding: 80px 0;
}
section.btn a {
  border: solid 1px;
  color: #8a4748;
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: 65px;
  line-height: 65px;
  margin: auto;
  max-width: 360px;
  text-align: center;
}
section.btn a:hover {
  background: #8a4748;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section.btn {
    padding: 50px 0 43px 0;
  }
  section.btn a {
    font-size: 17px;
    height: 49px;
    line-height: 49px;
    max-width: 220px;
  }
}
/* ------------------------------------------
  フロアマップ
------------------------------------------ */
.section_map {
  margin-bottom: 85px;
  margin-top: 0;
  position: relative;
}
.section_map .inner {
  background: #fff;
  border: solid 1px #989898;
  height: 1176px;
  padding-top: 40px;
  text-align: center;
}
.section_map .inner::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: '';
  display: block;
  height: 169px;
  left: 0;
  margin: auto;
  position: absolute;
  /*width: 100vw;*/
  width: 100%;
}
.section_map .section-title {
  margin-bottom: 46px;
}
.section_map .btn-wrap {
  display: flex;
  justify-content: center;
}
.section_map .btn-wrap a {
  border: solid 1px #8a4748;
  color: #8a4748;
  font-size: 20px;
  font-weight: 500;
  height: 65px;
  line-height: 65px;
  margin: 0 1.5px;
  width: 258px;
}
.section_map .btn-wrap a.is-active {
  background: #8a4748;
  color: #fff;
}
.section_map .btn-wrap a:hover {
  background: #8a4748;
  color: #fff;
}
.section_map .btn-wrap a.active:hover {
  opacity: 1;
}
.section_map .map-area {
  padding: 117px 0;
  position: relative;
  z-index: 2;
}
.section_map .map-area img {
  width: 865px;
}
.map-image {
  position: relative;
}
area {
  cursor: pointer;
}
.tooltips {
  background: #8a4748;
  color: #fff;
  left: 65px;
  padding: .5em;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.sp-map {
  display: none;
}
.inline_close {
  display: none;
}
.linkToChild {
  background: rgba(252,250,236,.74);
  border: solid 1px #8a4748;
  color: #8a4748;
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: 65px;
  line-height: 65px;
  margin: 5px auto;
  width: 258px;
}
.linkToChild:hover {
  background: #8a4748;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section_map {
    margin-bottom: 27px;
    margin-top: 0;
    padding: 0 22px;
  }
  .section_map .inner {
    height: auto;
    margin-top: -134px;
    padding: 0 15px;
    padding-top: 20px;
  }
  .section_map .inner::after {
    height: 55px;
  }
  .section_map .section-title {
    margin-bottom: 12px;
  }
  .section_map .btn-wrap a {
    font-size: 15px;
    height: 33px;
    line-height: 32px;
    width: 127px;
  }
  .section_map .map-area {
    padding: 45px 0 0 0;
  }
  .section_map .map-area img {
    width: 100%;
  }
  .map-image {
    padding: 0 10px;
    position: relative;
  }
  area {
    cursor: pointer;
  }
  .tooltips {
    background: #8a4748;
    color: #fff;
    left: 0;
    padding: .5em;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 1000;
  }
  .sp-map {
    display: block;
  }
  .sp-map p {
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: 23px;
    position: relative;
    z-index: 2;
  }
  .sp-map p::before {
    bottom: -5px;
    content: url('../img/floor/expand.svg');
    margin-right: 10px;
    position: relative;
  }
  #inline {
    display: none;
  }
  .modaal-content-container {
    padding: 10px;
  }
  .modaal-content-container img {
    min-width: 600px;
  }
  .modaal-close {
    display: none;
    right: 15px;
    top: 100px;
  }
  .modaal-close:before, .modaal-close:after {
    background: #000;
  }
  .modaal-overlay {
    z-index: 9999;
  }
  .modaal-wrapper {
    z-index: 10000;
  }
  .inline_close {
    background: #8a4748;
    bottom: 20px;
    color: #fff;
    display: block;
    font-weight: 500;
    left: 0;
    margin: auto;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 80%;;
  }
  .linkToChild {
    display: block;
    font-size: 15px;
    height: 33px;
    line-height: 32px;
    width: 127px;
  }
}
/* ------------------------------------------
  施設案内
------------------------------------------ */
.dl_contents .inner {
  padding-bottom: 44px;
}
.dl_contents .contents-item {
  color: #8a4748;
  margin: auto;
  max-width: 657px;
  position: relative;
  z-index: 2;
}
.dl_contents .contents-item h3 {
  border-bottom: solid 1px #707070;
  border-top: solid 1px #707070;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0 12px 0;
}
.dl_contents .contents-item .dl-wrap {
  padding: 26px 0 56px 0;
}
.dl_contents .contents-item dl {
  display: flex;
  font-weight: 500;
  line-height: 1.75;;
}
.dl_contents .contents-item dt {
  width: 223px;
}
.dl_contents .contents-item h4 {
  font-size: 14px;
  font-weight: 500;
}
.dl_contents .contents-item dd {
  color: #101010;
  font-size: 14px;
  width: calc(100% - 223px);
}
.dl_contents .flex-wrap {
  display: flex;
  padding: 26px 0 56px 0;
  text-align: center;
}
.dl_contents .flex-wrap .flex-item + .flex-item {
  margin-left: 30px;
}
.dl_contents .flex-wrap .flex-item h4 {
  color: #101010;
  font-size: 14px;;
}
@media screen and (max-width: 768px) {
  .dl_contents .inner {
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
  .dl_contents .contents-item h3 {
    padding: 12px 0;
  }
  .dl_contents .contents-item .dl-wrap {
    padding: 21px 0 36px 0;
  }
  .dl_contents .contents-item dl {
    display: block;
  }
  .dl_contents .contents-item dt {
    width: 100%;
  }
  .dl_contents .contents-item dd {
    width: 100%;
  }
  .dl_contents .contents-item dd p {
    margin-bottom: 17px;
  }
  .dl_contents .flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 21px 0 33px 0;
  }
  .dl_contents .flex-wrap .flex-item {
    margin: 0 0 33px 0;
    width: 50%;
  }
  .dl_contents .flex-wrap .flex-item + .flex-item {
    margin-left: 0;
  }
}
/* ------------------------------------------
  アクセス
------------------------------------------ */
.access .dl_contents dl dt {
  width: 95px;
}
.access .dl_contents dl dd {
  width: calc(100% - 95px);
}
.access .access-map {
  margin: 26.5px 0 35px 0;
}
.access .g-map {
  height: 276px;
  margin-bottom: 87px;
  width: 100%;
}
.access .access-train dl dt {
  width: 118px;
}
.access .access-train dl dt h4 {
  color: #101010;
}
.access .access-train dl dd {
  width: calc(100% - 118px);
}
.access .access-bus dl dt h4 {
  color: #101010;
}
.access .access-bus dl dt {
  width: 241px;
}
.access .access-bus dl dd {
  width: calc(100% - 241px);
}
.access .access-bus dl + dl {
  margin-top: 30px;
}
.access .access-car dl dt h4 {
  color: #101010;
}
.access .access-car dl dt {
  width: 145px;
}
.access .access-car dl dd {
  width: calc(100% - 145px);
}
.access .access-parking {
  display: flex;
}
.access .access-parking dl {
  display: block;
}
.access .access-parking dl:first-of-type {
  background: url('../img/access/icon-P.svg') no-repeat left center;
  margin-right: 61px;
  padding: 10px 0 10px 60px;
  width: 220px;
}
.access .access-parking dl:nth-of-type(2) {
  background: url('../img/access/icon-bicycle.svg') no-repeat left center;
  padding: 10px 0 10px 100px;
  width: 313px;
}
.access .access-parking dl dt {
  width: 100%;
}
.access .access-parking dl dd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access .dl_contents .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .access .dl_contents dl dt {
    width: 100%;
  }
  .access .dl_contents dl dd {
    width: 100%;
  }
  .access .sp-map {
    margin: 0;
    text-align: center;
  }
  .access .sp-map p {
    color: #101010;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .access .g-map {
    height: 147px;
    margin-bottom: 35px;
  }
  .access .access-train dl dt {
    width: 100%;
  }
  .access .access-train dl dt h4 {
    font-weight: 700;
  }
  .access .access-train dl dt h4::before {
    content: '・';
  }
  .access .access-train dl dd {
    width: 100%;
  }
  .access .access-bus dl dt h4 {
    font-weight: 700;
  }
  .access .access-bus dl dt h4::before {
    content: '・';
  }
  .access .access-bus dl dt {
    width: 100%;
  }
  .access .access-bus dl dd {
    width: 100%;
  }
  .access .access-bus dl dd p {
    margin-bottom: 10px;
  }
  .access .access-bus dl + dl {
    margin-top: 20px;
  }
  .access .access-car dl dt h4 {
    font-weight: 700;
  }
  .access .access-car dl dt h4::before {
    content: '・';
  }
  .access .access-car dl dt {
    width: 100%;
  }
  .access .access-car dl dd {
    width: 100%;
  }
  .access .access-parking {
    display: block;
  }
  .access .access-parking dl {
    text-align: center;
  }
  .access .access-parking dl:first-of-type {
    background: url('../img/access/icon-P.svg') no-repeat top 10px center;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 70px 0 0 0;
    width: 100%;
  }
  .access .access-parking dl:nth-of-type(2) {
    background: url('../img/access/icon-bicycle.svg') no-repeat top 10px center;
    padding: 70px 0 0 0;
    width: 100%;
  }
  .access .access-parking dl dt {
    width: 100%;
  }
  .access .access-parking dl dd {
    width: 100%;
  }
}
/* ------------------------------------------
  クルネとは？
------------------------------------------ */
.digest-text-wrap {
  color: #101010;
  font-size: 14px;
  padding: 26px 0 60px 0;
}
.digest-text-wrap .logo-flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.digest-text-wrap .logo-flex .img + .img {
  margin-left: 88px;
}
@media screen and (max-width: 768px) {
  .digest .dl_contents .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .digest-text-wrap {
    padding: 26px 0 40px 0;
  }
  .digest-text-wrap .logo-flex {
    display: block;
    margin-bottom: 70px;
    margin-top: 40px;
    text-align: center;
  }
  .digest-text-wrap .logo-flex .img + .img {
    margin-left: 0;
    margin-top: 70px;
  }
}
/* ------------------------------------------
  施設案内
------------------------------------------ */
.link-wrap {
  padding-bottom: 106px;
}
.link-wrap .link {
  font-size: 14px;
  font-weight: 500;
  margin-top: 27px;
}
.link-wrap .link a {
  display: flex;
  margin-bottom: 5px;
}
.link-wrap .link a::before {
  content: url('../img/common/arow.svg');
  display: inline-block;
  margin-right: 2px;
}
.link-wrap .link p {
  color: #101010;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .company .page_contents .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .link-wrap {
    padding-bottom: 40px;
  }
}
/* ------------------------------------------
  子供広場
------------------------------------------ */
.children .page_contents .inner {
  padding-left: 55px;
  padding-right: 55px;
}
.children-flex {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 169px;
  position: relative;
  z-index: 2;
}
.children-flex .left {
  width: 393px;
}
.children-flex .right {
  padding-left: 33px;
  width: calc(100% - 393px);
}
.children-flex .text01 {
  background: rgba(252,250,236,.74);
  border: solid 1px;
  color: #d8025a;
  margin-bottom: 30px;
  padding: 17px 20px 20px 17px;
}
.children-flex .text02 {
  margin-bottom: 20px;
}
.children-flex dl {
  display: flex;
  margin-bottom: 5px;
}
.children-flex dl dt {
  color: #8a4748;
  width: 97px;
}
.children-flex dl dd {
  width: calc(100% - 97px);
}
.children-flex dl + dl {
  margin-bottom: 30px;
}
.children-flex .text03 {
  color: #d8025a;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .children .page_contents .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .children-flex {
    display: block;
    padding-bottom: 20px;
  }
  .children-flex .left {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .children-flex .right {
    padding-left: 0;
    width: 100%;
  }
  .children-flex dl {
    display: block;
  }
  .children-flex dl dt {
    color: #8a4748;
    width: 100%;
  }
  .children-flex dl dd {
    width: 100%;
  }
  .children-flex dl + dl {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------
  サイトご利用にあたって
------------------------------------------ */
.important .contents-item .text {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  margin-top: 27px;
}
.important .contents-item dl {
  display: block;
}
.important .contents-item dl + dl {
  margin-top: 30px;
}
.important .contents-item dl dt {
  width: 100%;
}
.important .contents-item dl dd {
  width: 100%;
}
.important .contents-item dl dd p {
  margin-bottom: 5px;
}
.important .link-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .important .page_contents .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .important .contents-item .text {
    margin-top: 20px;
  }
  .important .link-wrap {
    padding-bottom: 40px;
  }
  .important .link-wrap01 {
    margin-top: -30px;
  }
  .important .link-wrap p {
    font-size: 13px;
  }
}
/* ------------------------------------------
  記事一覧
------------------------------------------ */
.article-archive {
  padding-bottom: 90px;
}
.article-archive .item {
  border: solid 1px #ded9d9;
  display: flex;
  margin: auto;
  margin-bottom: 60px;
  max-width: 872px;
  position: relative;
  z-index: 2;
}
.article-archive .item:last-of-type {
  margin-bottom: 0;
}
.article-archive .item .left {
  border-right: solid 1px #ded9d9;
  text-align: center;
  width: 307px;
}
.article-archive .item .left .shop-logo {
  align-items: center;
  display: flex;
  height: 216px;
  justify-content: center;
  padding: 10px;
}
.article-archive .item .left .shop-name {
  background: #5dd0be;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 9px;
  text-align: left;
}
.article-archive .item .right {
  padding: 20px 59px 15px 25px;
  width: calc(100% - 307px);
}
.article-archive .item .right .up-date {
  color: #afb6bb !important;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
}
.up-date.new::before {
  background: #d8025a;
  color: #fff;
  content: 'NEW';
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
}
.article-archive .item .right .article-title {
  color: #d8025a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
}
.article-archive .item .right .article-description {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  height: 160px;
  line-height: 1.75;
}
.article-archive .item::after {
  border-color: transparent transparent #8a4748 transparent;
  border-style: solid;
  border-width: 0 0 25px 25px;
  bottom: 2px;
  content: ' ';
  height: 0;
  position: absolute;
  right: 2px;
  width: 0;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .article-archive .item .left .shop-logo img {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article-archive {
    padding-bottom: 23px;
  }
  .article-archive .item {
    display: block;
    margin-bottom: 40px;
  }
  .article-archive .item .left {
    border-right: none;
    width: 100%;
  }
  .article-archive .item .left .shop-logo {
    height: 202px;
  }
  .article-archive .item .left .shop-name {
    font-size: 17px;
    padding: 6px 3px 9px 3px;
  }
  .article-archive .item .right {
    overflow: hidden;
    padding: 24px 20px;
    width: 100%;
  }
  .article-archive .item .right .article-title {
    font-size: 17px;
  }
  .article-archive .item .right .article-description {
    height: 220px;
  }
}
/* ------------------------------------------
  ショップ詳細
------------------------------------------ */
.shop-syousai .inner {
  margin-bottom: 60px;
  padding-bottom: 50px;
}
.syousai-contents {
  display: flex;
  margin: auto;
  max-width: 862px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.syousai-contents .left {
  padding-right: 37px;
  width: 50%;
}
.syousai-contents .left .big-pic {
  overflow: hidden;
  padding-top: 84.5%;
  position: relative;
  width: 100%;
}
.syousai-contents .left .big-pic img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.syousai-contents .left .thumbnail-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.syousai-contents .left .thumbnail-wrap::after {
  content: '';
  display: block;
  width: calc((100% - 20px) / 3);
}
.syousai-contents .left .thumbnail-wrap .thumbnail {
  cursor: pointer;
  margin-top: 10px;
  width: calc((100% - 20px) / 3);
}
.syousai-contents .left .thumbnail-wrap .thumbnail .fit {
  background: #000;
  overflow: hidden;
  padding-top: 84%;
  position: relative;
  width: 100%;
}
.syousai-contents .left .thumbnail-wrap .thumbnail img {
  height: 100%;
  object-fit: cover;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
}
.syousai-contents .left .thumbnail-wrap .thumbnail .fit.active img {
  opacity: 1;
}
.syousai-contents .right {
  width: 50%;
}
.syousai-contents .right .top {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.syousai-contents .right .top .logo {
  border: solid 1px #c0c0c0;
  height: 161px;
  width: 171px;
}
.syousai-contents .right .top .name {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
.syousai-contents .right .middle {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.syousai-contents .right .middle .place {
  background: rgba(144, 204, 75, .2);
  border-radius: 100%;
  color: #90cc4b;
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  margin-right: 13px;
  text-align: center;
  width: 42px;
}
.syousai-contents .right .middle.shop-category01 .place {
  background: rgba(158,155,222,.2);
  color: rgb(158,155,222);
}
.syousai-contents .right .middle.shop-category02 .place {
  background: rgba(144,204,75,.2);
  color: rgb(144,204,75);
}
.syousai-contents .right .middle.shop-category03 .place {
  background: rgba(191,136,67,.2);
  color: rgb(191,136,67);
}
.syousai-contents .right .middle.shop-category04 .place {
  background: rgba(255,149,161,.2);
  color: rgb(255,149,161);
}
.syousai-contents .right .middle .genre {
  color: #90cc4b;
  font-size: 15px;
  font-weight: 500;
}
.syousai-contents .right .middle.shop-category01 .genre {
  color: rgb(158,155,222);
}
.syousai-contents .right .middle.shop-category02 .genre {
  color: rgb(144,204,75);
}
.syousai-contents .right .middle.shop-category03 .genre {
  color: rgb(191,136,67);
}
.syousai-contents .right .middle.shop-category04 .genre {
  color: rgb(255,149,161);
}

.syousai-contents .right .bottom dl {
  display: flex;
  font-size: 14px;
  padding: 15px 0;
}
.syousai-contents .right .bottom dl + dl {
  border-top: solid 1px #c0c0c0;
}
.syousai-contents .right .bottom dt {
  font-weight: 700;
  width: 78px;
}
.syousai-contents .right .bottom dd {
  width: calc(100% - 78px);
}
.osirase-list li article {
  display: flex;
  margin-bottom: 80px;
}
.osirase-list li article .img {
  width: 300px;
}
.osirase-list li article .text {
  padding-left: 46px;
  width: calc(100% - 300px);
}
.osirase-list li article .text .up-date {
  font-size: 20px;
  margin-bottom: 5px;
}
.osirase-list li article .text .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.osirase-list li article .text .description {
  border-top: solid 1px #c0c0c0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  padding-top: 10px;
}
.hitokoto .inner {
  border: solid 1px #afb6bb;
  padding: 40px 100px 60px 100px;
}
.hitokoto .section-title {
  line-height: 1;
  margin-bottom: 5px;;
}
.hitokoto p,
.hitokoto .comment {
  font-size: 14px;
}
.hitokoto p,
.hitokoto .comment {
  display: flex;
  justify-content: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .shop-syousai .inner {
    margin-bottom: 20px;
    padding: 20px 38px 38px 38px;
  }
  .syousai-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .syousai-contents .left {
    order: 2;
    padding-right: 0;
    width: 100%;
  }
  .syousai-contents .right {
    width: 100%;
  }
  .syousai-contents .right .top {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .syousai-contents .right .top .logo {
    height: 161px;
    margin: 0 auto 23px auto;
    width: 181px;
  }
  .syousai-contents .right .top .name {
    padding-left: 0;
  }
  .syousai-contents .right .bottom dl {
    display: block;
    padding: 10px 0;
  }
  .syousai-contents .right .bottom dt {
    width: 100%;
  }
  .syousai-contents .right .bottom dd {
    width: 100%;
  }
  .shop-osirase .inner {
    padding: 0;
  }
  .osirase-list li article {
    display: block;
    margin-bottom: 66px;
  }
  .osirase-list li article .img {
    margin-bottom: 10px;
    width: 100%;
  }
  .osirase-list li article .text {
    padding-left: 0;
    width: 100%;
  }
  .osirase-list li article .text .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hitokoto {
    padding: 0 22px;
  }
  .hitokoto .inner {
    padding: 26px 30px 35px 30px;
  }
}
/* ------------------------------------------
  お知らせ一覧
------------------------------------------ */
.info_contents .section-title {
  margin-bottom: 19px;
}
.info_contents .tab-area {
  margin: 0 auto 56px auto;
  max-width: 872px;
}
.info_contents .tab {
  width: calc((100% - 6px) / 3);
}
.info_contents .tab:nth-of-type(2) {
  background: #4ec3f7;
}
.tab:nth-of-type(3) {
  background: #8a4748;
}
.info_contents .article-archive {
  display: none;
}
.info_contents .article-archive.show {
  display: block;
}
.info_contents .article-archive.show {
  animation: show .2s linear 0s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info_contents .article-archive .item .left .shop-logo {
  height: 255px;
  padding: 0;
  position: relative;
}
.info_contents .article-archive .item .left .shop-logo img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.info_contents .article-archive .item .right {
  padding: 20px 25px 0 25px;
}
.info_contents .article-archive .item .right .article-description {
  height: auto;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .info_contents .inner {
    padding-bottom: 20px;
  }
  .info_contents .section-title {
    margin-bottom: 10px;
  }
  .info_contents .tab-area {
    margin: 0 auto 32px auto;
  }
  .info_contents .tab {
    width: calc((100% - 6px) / 2);
  }
  .info_contents .tab:first-of-type {
    width: 100%;
  }
  .info_contents .article-archive .item .left .shop-logo {
    height: 238px;
    width: 100%;
  }
  .info_contents .article-archive .item .right {
    padding: 30px 20px;
  }
  .info_contents .article-archive .item .right .article-description {
    height: auto;
    line-height: 1.6;
  }
}
/* ------------------------------------------
  お知らせ詳細
------------------------------------------ */
.info-single_contents {
  margin-bottom: 150px;
}
.info-article {
  margin: auto;
  max-width: 645px;
  position: relative;
  z-index: 2;
}
.info-article .article-top {
  display: flex;
  font-size: 12px;
}
.info-article .article-top .up-date {
  color: #afb6bb !important;
}
.info-article .article-category {
  color: #8a4748;
  display: flex;
  margin-bottom: 10px;
}
.info-article .article-category li {
  align-content: center;
  display: flex;
}
.info-article .article-category li::before {
  content: '|';
  display: block;
  font-size: 10px;
  margin: 0 5px;
}
.info-article .article-author {
  background-color: #eee;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px;
}
.info-article .article-title {
  color: #d90b60;
  font-size: 16px;
  margin-bottom: 14px;
}
.info-article .article-thumb img {
  object-fit: cover;
  width: 100%;
}
.info-article .article-area {
  padding-bottom: 100px;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .info-single_contents {
    margin-bottom: 40px;
  }
  .info-article .article-area {
    padding-bottom: 40px;
    padding-top: 15px;
  }
}
/* ------------------------------------------
  求人一覧
------------------------------------------ */
.recruit-arvhive_contents .article-archive .item .left .shop-name {
  background: #8a4748;
}
.recruit-arvhive_contents .article-archive .item .right {
  padding-right: 20px;
}
.article-archive .recruit-description dl {
  display: flex;
  padding-top: 7px;
}
.article-archive .recruit-description dl dt {
  width: 152px;
}
.article-archive .recruit-description dl dt h3 {
  font-size: 16px;
}
.article-archive .recruit-description dl dd {
  font-weight: 500;
  width: calc(100% - 152px);
}
@media screen and (max-width: 768px) {
  .recruit-arvhive_contents .article-archive .item .right {
    line-height: 1.75;
    padding: 20px 9px 30px 9px;
  }
  .article-archive .recruit-description dl {
    display: block;
    padding-top: 7px;
  }
  .article-archive .recruit-description dl dt {
    width: 100%;
  }
  .article-archive .recruit-description dl dt h3 {
    font-size: 14px;
  }
  .article-archive .recruit-description dl dd {
    font-size: 14px;
    width: 100%;
  }
}
/* ------------------------------------------
  求人詳細
------------------------------------------ */
.recruit_single .inner {
  margin-bottom: 0;
}
.recruit_single .syousai-contents {
  margin-bottom: 0;
  max-width: 657px;
}
.recruit_single .syousai-contents .left .big-pic {
  padding-top: 96.5%;
}
.recruit_single .syousai-contents .left {
  padding-right: 27px;
  width: 370px;
}
.recruit_single .syousai-contents .right {
  width: calc(100% - 370px);
}
.syousai-contents .right .bottom .recruit-text {
  font-size: 14px;
  line-height: 1.75;
}
.recruit_single .dl_contents .inner {
  padding-bottom: 44px;
}
.recruit_single .dl_contents .contents-item h3 {
  color: #000;
}
.recruit_single .dl_contents .contents-item .dl-wrap {
  padding: 12px 0 74px 0;
}
.recruit_single .dl_contents .contents-item dl {
  padding: 14px 0;
}
.recruit_single .dl_contents .contents-item dl + dl {
  border-top: solid 1px rgba(112,112,112,.14);
}
.recruit_single .dl_contents .contents-item dt {
  width: 134px;
}
.recruit_single .dl_contents .contents-item dd {
  width: calc(100% - 134px);
}
@media screen and (max-width: 768px) {
  .recruit_single .inner {
    margin-bottom: 20px;
  }
  .recruit_single .syousai-contents {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recruit_single .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .recruit_single .syousai-contents .left {
    padding-right: 0;
    width: 100%;
  }
  .recruit_single .syousai-contents .right {
    width: 100%;
  }
  .recruit_single .syousai-contents .right .middle {
    padding-left: 10px;
  }
  .recruit_single .syousai-contents .right .bottom {
    padding: 10px 0;
  }
  .recruit_single .dl_contents .inner {
    padding: 0;
  }
  .recruit_single .dl_contents .contents-item .dl-wrap {
    padding: 6px 0 43px 0;
  }
  .recruit_single .dl_contents .contents-item dl {
    padding: 12px 0;
  }
  .recruit_single .dl_contents .contents-item dt {
    width: 100%;
  }
  .recruit_single .dl_contents .contents-item dd {
    width: 100%;
  }
  .recruit_single .dl_contents .contents-item dd p {
    margin: 0;
  }
}
/* ------------------------------------------
  404
------------------------------------------ */
.text_404 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .text_404 {
    font-size: 14px;
  }
}
