@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* 
@mixin contSize($padding) {
  width: 100%;
  @if $padding {
    max-width: $contWidth + 20px;
  } @else {
    max-width: $contWidth;
  }
  margin-left: auto;
  margin-right: auto;
  @if $padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
 */
.container.two-columns {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1250px) {
  .container.two-columns {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#content {
  order: 1;
  width: calc(100% - 220px);
  max-width: 900px;
}
@media (max-width: 1250px) {
  #content {
    order: 0;
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #543f2d;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #b79862;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #543f2d;
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header footer共通
------------------------------------------------- */
#header .logo a,
#footer .logo a {
  text-decoration: none;
}
#header .logo span,
#footer .logo span {
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #543f2d;
}
@media (max-width: 1599px) {
  #header .logo img,
  #footer .logo img {
    width: 180px;
  }
  #header .logo span,
  #footer .logo span {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 0em;
  }
}
@media (max-width: 999px) {
  #header .logo img,
  #footer .logo img {
    width: 150px;
  }
  #header .logo span,
  #footer .logo span {
    font-size: 10px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}
#header .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  padding-left: 40px;
}
#header .logo {
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  #header .top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding-left: 10px;
  }
}
@media (max-width: 999px) {
  #header .top {
    height: 80px;
  }
}
#gnav {
  height: 100%;
}
#gnav > ul {
  display: flex;
  height: 100%;
}
#gnav > ul > li {
  height: 100%;
  padding: 0 20px 0 25px;
  position: relative;
  display: flex;
  align-items: center;
  border-left: solid 1px #f9f5ed;
}
#gnav > ul > li.itemcategory {
  display: none;
}
#gnav > ul > li.login > a {
  padding-left: 25px;
  background-image: url(../images/login.png);
  background-repeat: no-repeat;
  background-position: top 3px left 0px;
}
#gnav > ul > li.mypage > a {
  padding-left: 30px;
  background-image: url(../images/mypage.png);
  background-repeat: no-repeat;
  background-position: top 3px left 0px;
}
#gnav > ul > li.tel > a {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  padding-left: 25px;
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-position: top 8px left 0px;
}
#gnav > ul > li.tel > a small {
  margin-left: -25px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
#gnav > ul > li.cart {
  width: 210px;
  padding: 0;
}
#gnav > ul > li.cart > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b79862;
}
#gnav > ul > li.cart > a:before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 23px;
  height: 24px;
  background: url(../images/cart.png) no-repeat center/cover;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#gnav > ul > li > a {
  transition: all 0.5s ease-out;
  display: block;
  text-decoration: none;
  color: #543f2d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a small {
  margin-top: 3px;
  display: block;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #b79862;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#gnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1599px) {
  #gnav > ul > li {
    padding: 0 10px 0 10px;
  }
  #gnav > ul > li.login > a {
    padding-left: 20px;
    background-size: 15px;
  }
  #gnav > ul > li.mypage > a {
    padding-left: 20px;
    background-size: 17px;
  }
  #gnav > ul > li.tel > a {
    font-size: 16px;
    padding-left: 18px;
    background-size: 13px;
    background-position: top 6px left 0px;
  }
  #gnav > ul > li.tel > a small {
    margin-left: -18px;
    font-size: 10px;
    letter-spacing: 0em;
  }
  #gnav > ul > li.cart {
    width: 120px;
  }
  #gnav > ul > li.cart > a:before {
    margin-right: 5px;
    width: 18.4px;
    height: 19.2px;
  }
  #gnav > ul > li > a {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #gnav > ul > li > a small {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 999px) {
  #gnav > ul {
    flex-direction: column;
  }
  #gnav > ul > li {
    flex-grow: 0;
    height: auto;
    border: none;
  }
  #gnav > ul > li.itemcategory {
    display: block;
  }
  #gnav > ul > li.login > a {
    padding-left: 0px;
    background-image: none;
  }
  #gnav > ul > li.mypage > a {
    padding-left: 0px;
    background-image: none;
  }
  #gnav > ul > li.tel > a {
    font-size: 20px;
    padding-left: 0px;
    background-image: none;
  }
  #gnav > ul > li.tel > a small {
    font-size: 14px;
    margin-left: 0px;
  }
  #gnav > ul > li.cart {
    width: 160px;
    height: 50px;
  }
  #gnav > ul > li > a {
    color: #fff;
    font-size: 16px;
  }
  #gnav > ul > li > a small {
    color: #fff;
    font-size: 14px;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}
/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -30px;
  right: -110px;
  z-index: 3;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1499px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  color: #543f2d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  border-top: solid 1px #b79862;
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .footertop {
  margin-bottom: 100px;
}
#footer .footertop .inner {
  padding-top: 90px;
}
#footer .footertop .contents {
  display: flex;
}
#footer .footertop .left {
  flex-grow: 1;
}
#footer .footertop .right {
  padding-top: 10px;
  margin-left: 30px;
  flex-shrink: 0;
}
#footer .footertop .logo {
  margin-bottom: 50px;
}
#footer .footertop .logo a {
  transition: all 0.5s ease-out;
}
#footer .footertop .logo a:hover {
  opacity: 0.6;
}
#footer .footertop .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
}
#footer .footertop .linebtn {
  margin-bottom: 40px;
  width: 620px;
  height: 100px;
}
#footer .footertop .linebtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #00b900;
  background: #fff;
  color: #543f2d;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#footer .footertop .linebtn a:hover {
  opacity: 0.6;
}
#footer .footertop .linebtn a img {
  display: block;
  margin-right: 15px;
}
#footer .footertop .links ul {
  display: flex;
  justify-content: center;
}
#footer .footertop .links li + li {
  margin-left: 60px;
}
#footer .footertop .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #543f2d;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#footer .footertop .links a:hover {
  opacity: 0.6;
}
#footer .footertop .links a img {
  display: block;
  margin-right: 10px;
}
#footer #copyright {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #543f2d;
}
@media (max-width: 1299px) {
  #footer .footertop .linebtn {
    width: 450px;
    height: 80px;
  }
}
@media (max-width: 999px) {
  #footer .footertop {
    margin-bottom: 80px;
  }
  #footer .footertop .inner {
    padding-top: 60px;
  }
  #footer .footertop .logo {
    margin-bottom: 40px;
  }
  #footer .footertop .text {
    font-size: 16px;
  }
  #footer .footertop .linebtn {
    width: 320px;
  }
  #footer .footertop .linebtn a {
    font-size: 18px;
  }
  #footer .footertop .linebtn a img {
    width: 34px;
  }
  #footer .footertop .links li + li {
    margin-left: 20px;
  }
  #footer .footertop .links a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #footer .footertop {
    margin-bottom: 70px;
  }
  #footer .footertop .inner {
    padding-top: 40px;
  }
  #footer .footertop .contents {
    display: block;
  }
  #footer .footertop .left {
    margin-bottom: 40px;
  }
  #footer .footertop .right {
    padding-top: 0px;
    margin-left: 0px;
  }
  #footer .footertop .text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  #footer .footertop .linebtn {
    margin: 0 auto 30px auto;
    width: 240px;
    height: 60px;
  }
  #footer .footertop .linebtn a {
    font-size: 15px;
  }
  #footer .footertop .linebtn a img {
    width: 28px;
  }
  #footer .footertop .links li + li {
    margin-left: 15px;
  }
  #footer .footertop .links a {
    font-size: 15px;
  }
  #footer .footertop .links a img {
    margin-right: 5px;
  }
}

/* ----------------------------------------------
shoppingguide
------------------------------------------------- */
#shoppingguide {
  color: #543f2d;
  background-color: #f9f5ed;
}
#shoppingguide h2 {
  margin-bottom: 50px;
  text-align: center;
}
#shoppingguide h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #543f2d;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: normal;
}
#shoppingguide h2 span:before, #shoppingguide h2 span:after {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #543f2d;
}
#shoppingguide h2 span:before {
  margin-right: 15px;
}
#shoppingguide h2 span:after {
  margin-left: 15px;
}
#shoppingguide h2 small {
  margin-top: 15px;
  display: block;
  color: #b79862;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #shoppingguide h2 span {
    font-size: 28px;
  }
  #shoppingguide h2 small {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #shoppingguide h2 span {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #shoppingguide h2 span:before, #shoppingguide h2 span:after {
    width: 20px;
  }
  #shoppingguide h2 span:before {
    margin-right: 10px;
  }
  #shoppingguide h2 span:after {
    margin-left: 10px;
  }
  #shoppingguide h2 small {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
#shoppingguide .inner {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
#shoppingguide .contents {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#shoppingguide .block {
  width: 30.5084745763%;
}
#shoppingguide .block:nth-child(n+4) {
  margin-top: 50px;
}
#shoppingguide .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
#shoppingguide .block:first-child {
  margin-left: 0;
}
#shoppingguide .block .title {
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #b79862;
  border-bottom: solid 2px #b79862;
}
#shoppingguide .block .text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
#shoppingguide .block .text strong {
  color: #543f2d;
  font-weight: bold;
}
@media (max-width: 999px) {
  #shoppingguide .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #shoppingguide .block .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    border-width: 1px;
  }
  #shoppingguide .block .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #shoppingguide .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #shoppingguide .block {
    width: 48%;
  }
  #shoppingguide .block:not(:first-child) {
    margin-left: 0;
  }
  #shoppingguide .block:nth-child(even) {
    margin-left: 4%;
  }
  #shoppingguide .block:nth-child(n+3) {
    margin-top: 30px;
  }
  #shoppingguide .block .title {
    padding-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  #shoppingguide .block .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}

/* ----------------------------------------------
sidebar
------------------------------------------------- */
#sidebar {
  flex-shrink: 0;
  margin-right: 60px;
  width: 220px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  /*バナー*/
  /*カテゴリー*/
}
@media (max-width: 1250px) {
  #sidebar {
    margin: auto auto 100px;
  }
}
#sidebar .widget_vkexunit_banner {
  margin-bottom: 40px;
}
#sidebar .widget_vkexunit_banner.notLast {
  margin-bottom: 20px;
}
#sidebar .widget_vkexunit_banner img {
  width: 100%;
}
#sidebar .widget_vkexunit_banner a {
  transition: all 0.5s ease-out;
}
#sidebar .widget_vkexunit_banner a:hover {
  opacity: 0.6;
}
#sidebar .widget_welcart_category {
  margin-bottom: 40px;
}
#sidebar .widget_welcart_category .widget_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #b79862;
}
#sidebar .widget_welcart_category .widget_title small {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  color: #b79862;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.1em;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item {
  margin-bottom: 32px;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item a:hover {
  opacity: 0.6;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > a {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #543f2d;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > a img {
  display: block;
  margin-right: 5px;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > .children > li {
  padding: 13px 5px 13px 5px;
  border-bottom: solid 1px #b79862;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > .children > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #543f2d;
  font-weight: normal;
  cursor: pointer;
  background-image: url(../images/category-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5px;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > .children > li > a.parent {
  transition: none;
  background-image: url(../images/category-on.png);
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > .children > li > a.parent.open {
  background-image: url(../images/category-off.png);
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > .children > li > .children > li {
  padding-left: 25px;
}
#sidebar .widget_welcart_category .ucart_widget_body > li.cat-item > .children > li > .children > li > a {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #543f2d;
  font-weight: normal;
}
#sidebar .widget_welcart_calendar {
  margin-bottom: 50px;
}
#sidebar .widget_welcart_calendar .widget_title {
  display: none;
}
#sidebar .widget_welcart_calendar .ucart_calendar_body {
  line-height: 1.4;
  font-weight: bold;
}
#sidebar .widget_welcart_calendar .business_days_exp_box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-left: 1px;
  background: #b79862;
}
#sidebar .widget_welcart_calendar .usces_calendar {
  width: 100%;
  margin-bottom: 30px;
  color: #543f2d;
  font-weight: normal;
  border-collapse: separate;
  border-spacing: 2px;
}
#sidebar .widget_welcart_calendar .usces_calendar caption {
  margin-bottom: 8px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #b79862;
  border-bottom: solid 1px #b79862;
}
#sidebar .widget_welcart_calendar .usces_calendar caption span {
  display: inline-block;
  margin-left: 5px;
  color: #543f2d;
}
#sidebar .widget_welcart_calendar .usces_calendar td {
  height: 30px;
  font-size: 14px;
  line-height: 1;
  background-color: #f9f5ed;
}
#sidebar .widget_welcart_calendar .usces_calendar thead th {
  text-align: center;
  color: #543f2d;
  font-size: 14px;
  line-height: 2.3;
}
#sidebar .widget_welcart_calendar .usces_calendar .businessday {
  position: relative;
  background-color: #b79862;
  color: #fff;
  /*   &:before {
    position: absolute;
    bottom: 2px;
    left: 1px;
    @include flex-center();
    content: "休";
    width: calc(100% - 2px);
    height: 15px;
    font-size: 8px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    background-color: #b79862;
  } */
}
@media (max-width: 1250px) {
  #sidebar {
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 2%;
    /*バナー*/
    /*カテゴリー*/
  }
  #sidebar .widget_vkexunit_banner {
    width: 32%;
    margin-bottom: 0;
  }
  #sidebar .widget_welcart_category {
    width: 49%;
  }
  #sidebar .widget_welcart_calendar {
    width: 100%;
  }
  #sidebar .widget_welcart_calendar .ucart_calendar_body > li {
    display: flex;
    flex-wrap: wrap;
  }
  #sidebar .widget_welcart_calendar .ucart_calendar_body > li > div {
    width: 48%;
  }
  #sidebar .widget_welcart_calendar .ucart_calendar_body > li .next-month {
    margin-left: 4%;
  }
}
@media (max-width: 999px) {
  #sidebar {
    /*カテゴリー*/
  }
  #sidebar .widget_welcart_category {
    display: none;
  }
}

/* ----------------------------------------------
usagr usagrlist
------------------------------------------------- */
.usagrlist {
  margin-bottom: 100px;
}
@media (max-width: 1250px) {
  .usagrlist {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

#usagr .contents,
.usagrlist {
  padding: 30px 30px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f5ed;
}
#usagr .contents .block,
.usagrlist .block {
  width: 23.8095238095%;
}
#usagr .contents .block:nth-child(n+5),
.usagrlist .block:nth-child(n+5) {
  margin-top: 20px;
}
#usagr .contents .block:not(:nth-child(4n+1)),
.usagrlist .block:not(:nth-child(4n+1)) {
  margin-left: 1.5873015873%;
}
#usagr .contents .block:first-child,
.usagrlist .block:first-child {
  margin-left: 0;
}
#usagr .contents .block a,
.usagrlist .block a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: flex;
}
#usagr .contents .block a:hover,
.usagrlist .block a:hover {
  opacity: 0.6;
}
#usagr .contents .block .image,
.usagrlist .block .image {
  width: 40%;
  padding-top: 50%;
  position: relative;
  flex-shrink: 0;
}
#usagr .contents .block .image img,
.usagrlist .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#usagr .contents .block .title,
.usagrlist .block .title {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #543f2d;
  background-color: #fff;
}
@media (max-width: 999px) {
  #usagr .contents,
  .usagrlist {
    padding: 20px 20px 30px 20px;
  }
  #usagr .contents .block .title,
  .usagrlist .block .title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #usagr .contents,
  .usagrlist {
    padding: 10px 10px 15px 10px;
  }
  #usagr .contents .block,
  .usagrlist .block {
    width: 32%;
  }
  #usagr .contents .block:nth-child(n+5),
  .usagrlist .block:nth-child(n+5) {
    margin-top: 0px;
  }
  #usagr .contents .block:not(:nth-child(4n+1)),
  .usagrlist .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  #usagr .contents .block:nth-child(n+4),
  .usagrlist .block:nth-child(n+4) {
    margin-top: 10px;
  }
  #usagr .contents .block:not(:nth-child(3n+1)),
  .usagrlist .block:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  #usagr .contents .block:first-child,
  .usagrlist .block:first-child {
    margin-left: 0;
  }
  #usagr .contents .block .image,
  .usagrlist .block .image {
    padding-top: 85px;
  }
  #usagr .contents .block .title,
  .usagrlist .block .title {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 500px) {
  #usagr .contents .block,
  .usagrlist .block {
    width: 48%;
  }
  #usagr .contents .block:nth-child(n+4),
  .usagrlist .block:nth-child(n+4) {
    margin-top: 0px;
  }
  #usagr .contents .block:not(:nth-child(3n+1)),
  .usagrlist .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #usagr .contents .block:not(:first-child),
  .usagrlist .block:not(:first-child) {
    margin-left: 0;
  }
  #usagr .contents .block:nth-child(even),
  .usagrlist .block:nth-child(even) {
    margin-left: 4%;
  }
  #usagr .contents .block:nth-child(n+3),
  .usagrlist .block:nth-child(n+3) {
    margin-top: 10px;
  }
  #usagr .contents .block .image,
  .usagrlist .block .image {
    padding-top: 80px;
  }
  #usagr .contents .block .title,
  .usagrlist .block .title {
    line-height: 1.3;
  }
}/*# sourceMappingURL=style.css.map */