@charset "UTF-8";
/***************************

style/marukuma.scss

***************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4D4D4B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 100%;
}

a {
  color: #4D4D4B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover {
  color: #4D4D4B;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

figcaption, figure, main,
article, aside, footer,
header, nav, section {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #ddd;
  margin: 2px;
  padding: 17px 15px;
  border-radius: 4px;
  width: 100%;
}

input[type=text]:focus,
select:focus {
  outline: none;
  border-color: #111;
}

select {
  padding: 17px 15px;
  font-size: 1.6rem;
  width: auto;
  min-width: 7em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #ddd;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  outline: none;
  border-color: #111;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.6rem;
  color: #aaa;
}

.select_label {
  position: relative;
}

.select_label::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 30px;
  margin: auto;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  font-size: 1.3rem;
}
.breadcrumbs-wrap {
  background: url(../img/subpage/bg_yellow.png);
  background-repeat: repeat;
  padding: 10px 20px;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  color: #fff;
  font-weight: 700;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
  color: #fff;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: #fff;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/*////////////////////////

EFFECTS

////////////////////////*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[class*=fadeIn] {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*////////////////////////

fonts

////////////////////////*/
.ft_jost {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

/*////////////////////////

 user common css

////////////////////////*/
[class*=container_] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_xl {
  max-width: 1500px;
}

.container_l {
  max-width: 1390px;
}

.container_m {
  max-width: 1150px;
}

.pc {
  display: block;
}

.sp, .sp_550 {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

.ft_13 {
  font-size: 1.3rem;
}

.ft_14 {
  font-size: 1.4rem;
}

.ft_18 {
  font-size: 1.8rem;
}

.ft_20 {
  font-size: 2rem;
}

.ft_24 {
  font-size: 2.4rem;
}

.ft_28 {
  font-size: 2.8rem;
}

.lh_22 {
  line-height: 2.25;
}

.search_btn,
.common-btn01 {
  color: #fff;
  background-color: #A3222A;
  display: block;
  text-align: center;
  width: 100px;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 0;
  font-weight: bold;
  margin-left: 10px;
  transition: 0.3s;
}

.search_btn:hover {
  color: #A3222A;
  background-color: #fff;
}

.common-btn01 {
  width: 200px;
}

.search_block.common {
  background-color: #F4F4F4;
  max-width: 1120px;
  width: 100%;
  padding: 40px 20px;
  border-radius: 10px;
  margin: auto;
}

.search_block .keyword input,
.search_block select {
  width: 250px;
  margin-right: 10px;
  cursor: pointer;
}

.stores_flexbox .store_item,
.stores_flexbox::after {
  width: 30.9%;
}

.stores_flexbox::after {
  display: inline-block;
  content: "";
}

.stores_flexbox .store_item {
  margin-bottom: 70px;
  opacity: 1;
}

.stores_flexbox .store_item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

.stores_flexbox .store_item > a {
  display: block;
}

.stores_flexbox .image {
  position: relative;
}

.stores_flexbox .tag {
  position: absolute;
  bottom: 10px;
  left: -10px;
}

.store_item .tag {
  background-color: #A3222A;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 9px 17px;
}

.life_service_theme .store_item .tag {
  background-color: #939C3A;
}

.store_item .image img {
  border-radius: 10px;
  display: inline-block;
}

.store_item .name {
  margin: 25px 0 0;
}

.store_item .categories {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: bold;
}

.store_item .catchcopy {
  color: #A3212A;
  margin: 15px 0;
}

.store_item .meta_info {
  font-size: 1.3rem;
}

.store_item .meta_info .row_item:not(:last-of-type) {
  margin-right: 40px;
}

.store_item .meta_info .ttl {
  color: #aaa;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 5px;
}

.store_item .more_info {
  border: 1px solid #ddd;
  background-color: #F9F9F9;
  padding: 5px;
  margin: 20px 0 0;
  border-radius: 3px;
}

.store_item .more_info li {
  width: 50%;
  text-align: center;
  padding: 5px 0;
}

.store_item .more_info li:not(:last-child) {
  border-right: 1px solid #fff;
}

.store_item a[href^="tel:"] {
  text-decoration: underline;
  display: inline-block;
}

.store_item .cashless::after {
  content: url(../img/common/icn_cashless.png);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -7.9px;
}

.right_arrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 15px;
  position: relative;
  top: -2px;
}

.js_more_btn {
  background-color: transparent;
  text-align: center;
  margin: auto;
  padding: 0;
  display: block;
  cursor: pointer;
  position: relative;
  left: -20px;
}

.whitespace_nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .stores_flexbox .store_item,
  .stores_flexbox::after {
    width: 47%;
  }
  .search_block .flexbox {
    display: block;
  }
  .search_block .keyword input,
  .search_block select {
    width: 100%;
    margin: 0 0 10px;
  }
  .search_btn {
    max-width: 415px;
    width: 100%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .stores_flexbox .store_item,
  .stores_flexbox::after,
  .stores_flexbox .image img {
    width: 100%;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }
  .sp_550 {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .store_item .meta_info,
  .store_item .more_info {
    display: block;
  }
  .store_item .meta_info .row_item:not(:last-of-type) {
    margin: 0 0 5px;
  }
  .store_item .more_info li {
    width: 100%;
  }
  .store_item .more_info li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 300px) {
  .store_item .tag {
    font-size: 1rem;
  }
}
/*////////////////////////

 header

////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .logo {
  max-width: 212px;
  width: 100%;
  position: fixed;
  left: 15px;
  top: 20px;
  z-index: 5;
}

header nav {
  display: block;
}

header .common_round_btn {
  background: url(../img/common/toggle-back.png);
  background-size: cover;
  width: 120px;
  height: 138px;
  position: fixed;
  top: 20px;
  right: 15px;
  /*position: relative;*/
  cursor: pointer;
}

header .menu_toggle_open {
  z-index: 10;
}

header .toggle_bars,
header .toggle_bars::before,
header .toggle_bars::after {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #C3B67C;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  transition: 0.3s;
}

header .toggle_bars {
  top: 57px;
}

header .toggle_bars::before,
header .toggle_bars::after {
  display: block;
  content: "";
}

header .toggle_bars::before {
  top: -10px;
}

header .toggle_bars::after {
  top: 10px;
}

header .toggle_ttl {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

header .toggle_ttl::after {
  display: block;
  content: "";
  width: 69px;
  height: 13px;
  background: url(../img/common/menu.png);
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header .toggle_ttl::after {
    background-size: 80% auto;
    background-repeat: no-repeat;
  }
}

header .menu {
  position: fixed;
  right: 0;
  top: 0;
  background: url(../img/common/menu-back.jpg) repeat top left;
  height: 100vh;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 6;
}

header .menu a {
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
  color: #fff;
  transform: translate3d(-500px, 0, 0);
  transition: transform 0.3s ease-in;
}

header .menu .menu-inner {
  position: relative;
  height: 100%;
  padding: 20vh 17%;
}

header.menu--active {
  height: 100vh;
  overflow: hidden;
}

header.menu--active .toggle_bars {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: url(../img/common/menu-back.jpg) repeat top left;
}

header.menu--active .toggle_bars::after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  background: url(../img/common/menu-back.jpg) repeat top left;
}

header.menu--active .toggle_bars::before {
  content: none;
}

header.menu--active .menu_toggle_close {
  z-index: 10;
  background: transparent;
  top: -15px;
}

header.menu--active .menu_toggle_open {
  background: url(../img/common/toggle-back-close.png);
  background-size: cover;
}

header.menu--active .toggle_ttl::after {
  background: url(../img/common/close.png);
  background-position: center center;
  background-repeat: no-repeat;
}

header.menu--active nav a {
  transform: translate3d(0, 0, 0);
  transition: transform 0.9s ease-out;
}

header.menu--active nav a:first-child {
  transition-delay: 0.2s;
}

header.menu--active nav a:nth-child(2) {
  transition-delay: 0.3s;
}

header.menu--active nav a:nth-child(3) {
  transition-delay: 0.4s;
}

header.menu--active nav a:nth-child(4) {
  transition-delay: 0.5s;
}

header.menu--active nav a:nth-child(5) {
  transition-delay: 0.6s;
}

header.menu--active nav a:nth-child(6) {
  transition-delay: 0.7s;
}

header.menu--active nav a:nth-child(7) {
  transition-delay: 0.8s;
}

header.menu--active nav a:nth-child(8) {
  transition-delay: 0.9s;
}

header.menu--active .menu {
  width: 40%;
}

header .overlay {
  display: none;
  transition: 0.5s;
}

header.menu--active .overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}

header .sns_links li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

header .sns_links li a {
  display: block;
  border: 1px solid #BE6569;
  border-radius: 100px;
}

header .sns_links li a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #A3222A;
  opacity: 1;
}

header .sns_links .fb {
  margin-right: 20px;
}

header .lifeservice_link {
  top: 170px;
  background: url(../img/common/bkg_green.png) repeat top left;
}

header .lifeservice_link a,
header .entry_link a {
  display: block;
  color: #EBEEC4;
  font-size: 1rem;
  padding-top: 45px;
}

header .lifeservice_link .ft_jost,
header .entry_link .ft_jost {
  display: block;
  margin: 0 0 5px;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

header .entry_link a {
  color: #B4C9C8;
}

header .entry_link {
  top: 320px;
  background: url(../img/common/bkg_blue.png) repeat top left;
}

@media screen and (max-width: 768px) {
  header.menu--active .menu {
    width: 90%;
    max-width: 600px;
  }
  header.menu--active .menu_toggle_close {
    top: 0;
  }
  header .common_round_btn {
    width: 82px;
    height: 95px;
    top: 10px;
  }
  header .toggle_ttl {
    bottom: 23px;
  }
  header .toggle_bars {
    top: 39px;
  }
  header .lifeservice_link a,
  header .entry_link a {
    padding: 5px;
  }
  header .lifeservice_link,
  header .entry_link {
    top: auto;
    bottom: 0;
    width: 50%;
    border-radius: 0;
    height: 60px;
  }
  header .lifeservice_link {
    right: 0 !important;
  }
  header .entry_link {
    right: auto !important;
    left: 0;
  }
  header {
    display: none;
  }
  header.fixedmenu {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  header.menu--active .menu {
    width: 70%;
  }
  header .menu .menu-inner {
    padding: 20vh 25px;
  }
  header .menu a {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  header .common_round_btn {
    right: 5px;
  }
}
/*////////////////////////

footer

////////////////////////*/
footer {
  background: url(../img/common/ft_bkg.png) no-repeat top center/cover;
  padding: 200px 0 50px;
  text-align: center;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1501px) {
  footer {
    margin-top: -200px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 100px;
  }
}

footer,
footer a {
  color: #fff;
}

footer .hdg {
  text-align: center;
}

footer .inner-head-parts {
  max-width: 660px;
  width: 100%;
  padding: 30px 0 35px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/common/ft_deco01.png), url(../img/common/ft_deco02.png);
  background-size: 79px 37px, 79px 36px;
  background-position: center left, center right;
  background-repeat: no-repeat;
}
footer .inner-head-parts h3 {
  position: relative;
  padding-top: 60px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
footer .inner-head-parts h3:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  rotate: 45deg;
  top: 0;
  left: 50%;
  translate: 0 -50%;
  z-index: 2;
}
footer .inner-head-parts h3 span {
  position: relative;
  padding: 0 25px;
}
footer .inner-head-parts h3 span:before, footer .inner-head-parts h3 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
}
footer .inner-head-parts h3 span:before {
  left: 0;
}
footer .inner-head-parts h3 span:after {
  right: 0;
}

footer .logo {
  max-width: 345px;
  width: 100%;
  margin: 0 auto 35px;
}

footer .slidelines span {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 20px;
}

footer small {
  width: 100%;
  margin: 90px auto 0;
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  footer small {
    margin: 60px auto 0;
  }
  footer .ft_20 {
    font-size: 1.8rem;
  }
}
/*////////////////////////

toppage

////////////////////////*/
.top01 {
  position: relative;
}
.top01 .mv-pc {
  display: block;
}
@media screen and (max-width: 425px) {
  .top01 .mv-pc {
    display: none;
  }
}
.top01 .mv-sp {
  display: none;
}
@media screen and (max-width: 425px) {
  .top01 .mv-sp {
    display: block;
  }
  .top01 .mv-sp img {
    width: 100%;
  }
}

.top01 .mv-back {
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: bottom center;
}

.top01 .contents_flexbox {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .top01 .contents_flexbox {
    padding-top: 30px;
  }
}

.top01 .image {
  width: 65%;
  position: relative;
  z-index: 10;
  left: -130px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.top01 .image img {
  min-width: 77.4vw;
}
@media screen and (min-width: 1736px) {
  .top01 .image img {
    min-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top01 .image img {
    width: 100%;
  }
}

.top01 .hdg {
  max-width: 507px;
  width: 44%;
  position: relative;
  right: 60px;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 160px;
}
@media screen and (min-width: 1736px) {
  .top01 .hdg {
    right: 0;
    padding-top: 0;
  }
}

.top02 {
  position: relative;
  padding: 170px 0;
  overflow: hidden;
}
.top02:before {
  position: absolute;
  content: "";
  width: 79px;
  height: 36px;
  background: url(../img/top/about-deco.png);
  left: 4vw;
  top: 110px;
  z-index: 2;
}
.top02:after {
  position: absolute;
  content: "";
  width: 363px;
  height: 329px;
  background: url(../img/top/about-image02.png);
  left: -90px;
  bottom: 40px;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .top02:after {
    bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .top02:after {
    display: none;
  }
}
@media screen and (min-width: 1501px) {
  .top02 .image {
    left: 63vw;
  }
}
@media screen and (max-width: 1500px) {
  .top02 .image {
    right: -115px;
  }
}
@media screen and (max-width: 1300px) {
  .top02 .image {
    width: 50vw;
  }
}
@media screen and (min-width: 981px) {
  .top02 .image {
    position: absolute;
    top: 110px;
    z-index: -1;
  }
}
@media screen and (max-width: 980px) {
  .top02 .image {
    width: 100%;
    text-align: center;
  }
}

.about-box {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .about-box {
    flex-direction: column;
  }
}

.top02 .hdg--01 {
  margin-right: 7%;
}

.top02 .texts {
  position: relative;
  max-width: 625px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .top02 .texts {
    width: 44vw;
  }
}
@media screen and (max-width: 980px) {
  .top02 .texts {
    width: 100%;
  }
}
.top02 .texts p {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.top02 .texts p:not(:last-child) {
  margin-bottom: 20px;
}

.top02 .lg_txt {
  font-size: 2.6rem;
  margin: 80px 0 0;
}

.top03 {
  width: 100%;
  position: relative;
  padding-top: 16vw;
}
.top03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16vw;
  background: url(../img/top/group-back.png);
  background-repeat: repeat;
  top: 1px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.top03-inner {
  position: relative;
  background: url(../img/top/group-back.png);
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .top03-inner {
    padding-bottom: 200px;
  }
}
.top03-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 845px;
  background: url(../img/top/group-texture.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .top03-inner:after {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 425px) {
  .top03-inner:after {
    background-size: 200% auto;
  }
}
.top03 .container_l {
  position: relative;
  z-index: 4;
}
.top03 .group-ttl {
  position: relative;
  text-align: center;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .top03 .group-ttl {
    top: 0;
  }
}
.top03 .group-sub-ttl {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-align: center;
  top: -30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top03 .group-sub-ttl {
    top: 0;
  }
}
.top03 .group-list {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top03 .group-list {
    gap: 40px;
  }
}
.top03 .group-list-block {
  max-width: 420px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1024px) {
  .top03 .group-list-block {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .top03 .group-list-block {
    width: 100%;
  }
}
.top03 .group-list-block .image {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.top03 .group-list-block .image .picture {
  border-radius: 10px;
  border: 2px solid #BFB172;
}
.top03 .group-list-block .image .tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 3px 15px;
  z-index: 2;
  background: #BFB172;
  border-radius: 36px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  left: -10px;
  bottom: 10px;
}
.top03 .group-list-block .image a {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -40px;
}
@media screen and (max-width: 425px) {
  .top03 .group-list-block .image a {
    width: 60px;
    bottom: -30px;
  }
}
.top03 .group-list-block .ttl {
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: -20px;
}
.top03 .group-list-block p {
  line-height: 2;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .top01 {
    background-size: auto 90%;
  }
  .top01 .contents_flexbox {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .top01 .hdg {
    margin: 30px 0 0;
    left: 0;
    padding: 15px;
  }
  .top01 .image {
    margin: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top01 .hdg {
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .top02 .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top02 .hdg--01 {
    margin: 0;
    position: relative;
    right: 0;
    max-width: 500px;
    width: 100%;
  }
  .top02 .texts {
    max-width: 100%;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .top01 .hdg {
    left: 12px;
  }
  .top02 {
    padding: 50px 0 20px;
  }
  .top02 .lg_txt {
    font-size: 1.8rem;
    margin: 60px 0 0;
  }
}
/***************************

style/uchikure.scss

***************************/
.hdg--02 {
  font-size: 1.8rem;
  color: #fff;
  padding: 15px 17px;
  background-color: #C3B67B;
}

.hdg--03 {
  font-size: 4rem;
  color: #C3B67B;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .hdg--03 {
    font-size: 3rem;
  }
}

.container_s {
  max-width: 1010px;
}

.common_white_box {
  background-color: #fff;
  padding: 30px;
}

.common_gray_bkg {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.back_btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 122px;
  width: 100%;
  min-height: 45px;
  background-color: #fff;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #C3B67B;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #C3B67A;
}

.store_detail02 {
  padding-bottom: 200px;
}

.store_detail02 .common_white_box {
  padding-bottom: 50px;
}

.store_detail02 .hdg--03 {
  margin: 0 0 30px;
}

.store_detail02 .freespace {
  margin: 0 0 20px;
}

.store_detail02 .sns_informations {
  margin: 30px 0 0;
}

.store_detail02 .sns_informations a {
  font-size: 1.8rem;
}

.store_detail02 .sp_tel_link {
  font-size: 2rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
}

.store_detail02 .details dt,
.store_detail02 .details dd {
  padding: 15px 0;
  border-bottom: 1px dotted #aaa;
}

.store_detail02 .details dt:first-of-type,
.store_detail02 .details dd:first-of-type {
  border-top: 1px dotted #aaa;
}

.store_detail02 .details dt {
  font-weight: bold;
}

.store_detail02 .block--left {
  max-width: 400px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .store_detail02 .block--left .details {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .store_detail02 .block--left .details dd:first-of-type {
    border-top: none;
  }
}

.store_detail02 .block--right {
  max-width: 480px;
  width: 100%;
}

.store_detail02 .thumblist {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.store_detail02 .thumblist::before,
.store_detail02 .thumblist::after,
.store_detail02 .thumblist-item {
  width: 23.75%;
}

.store_detail02 .thumblist::before,
.store_detail02 .thumblist::after {
  content: "";
  display: block;
}

.store_detail02 .thumblist::before {
  order: 1;
}

.store_detail02 .thumblist-item {
  background-color: #fff;
  margin: 0 0 10px;
  cursor: pointer;
  transition: 0.5s;
}

.store_detail02 .thumblist-item img {
  opacity: 0.5;
}

.store_detail02 .thumblist-item.current img {
  opacity: 1;
}

.store_detail02 .swiper-slide img {
  width: 100%;
}

.store_detail02 .details dt {
  width: 120px;
}
@media screen and (max-width: 600px) {
  .store_detail02 .details dt {
    width: 100%;
  }
}

.store_detail02 .details dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 600px) {
  .store_detail02 .details dd {
    width: 100%;
  }
}

.store_detail02 .back_btn {
  margin: 40px 0 0;
}

.store_detail02 .googlemap {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 40px 0 0;
}

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

.store_detail02 .common_btn {
  margin: 30px auto 0;
}

.freespace_title {
  font-weight: bold;
  padding-top: 20px;
}

.detail-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detail-table {
    min-width: 700px;
  }
}

.detail-table tr {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

.detail-table th {
  width: 300px;
  padding-right: 15px;
  background-color: #F5F5F3;
  font-weight: normal;
}

.detail-table th, .detail-table td {
  vertical-align: top;
  vertical-align: top;
  padding: 15px 20px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  text-align: center;
}

@media screen and (max-width: 880px) {
  .store_detail02 .contents_flexbox {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .store_detail02 [class^=block--],
  .store_detail02 .sns_informations li {
    max-width: 100%;
  }
  .store_detail02 .block--left {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 550px) {
  .store_detail02 .details dt {
    width: 100%;
  }
  .store_detail02 .details dd {
    width: 100%;
  }
  .store_detail02 .sp_tel_link {
    font-size: 1.8rem;
  }
  .store_detail02 .gmap {
    margin: 20px 0 30px;
  }
}
.store_block [class^=cat--] {
  margin: 0 5px 5px 0;
}

.store_block [class^=cat--] a {
  font-weight: bold;
  border: 1px solid #00BADA;
  display: block;
  color: #00BADA;
  text-align: center;
  font-size: 1.1rem;
  padding: 4px 7px;
}

.store_block .cat--services a {
  border-color: #FF3401;
  color: #FF3401;
}

.store_block .sns_informations li {
  border-radius: 5px;
  background-color: #ddd;
  max-width: 80px;
  width: 18.8%;
  text-align: center;
  margin: 0 0 10px 0;
}

.store_block .sns_informations .active {
  background-color: #C3B67B;
}

.store_block .sns_informations a {
  font-size: 1.8rem;
  display: block;
  padding: 5px 10px;
  color: #fff;
}

/***************************

object/kagura.scss

***************************/
.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.subpage {
  width: 100%;
}
.subpage-mv {
  width: 100%;
}
.subpage-mv img {
  width: 100%;
}

.slider-thumbnail {
  margin-top: 10px;
}
.slider-thumbnail .swiper-wrapper {
  gap: 10px;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 20%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */