@charset "UTF-8";
a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

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

.wrapper {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.wrapper1200 {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

.wrapper1240 {
  max-width: 1240px;
  margin: auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .seller li {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .seller:last-child li {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .seller:last-child li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .notice h4 {
    font-size: 12px;
    min-width: 72px;
  }
}
@media screen and (max-width: 480px) {
  .notice p {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .notice .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .notice .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .notice .month {
    font-size: 20px;
  }
}
.notice .notice_small {
  font-size: 11px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .notice .notice_small {
    font-size: 10px;
  }
}

.center {
  margin: 0 auto;
}

.title-area {
  background-color: #333;
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .title-area {
    padding: 20px 0;
  }
}
.title-area::before {
  position: absolute;
  background-color: #9e8166;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
}
.title-area .page-ttl {
  color: #fff;
  text-align: center;
  font-size: 36px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .title-area .page-ttl {
    font-size: 26px;
  }
}
.title-area .page-ttl .jp {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .title-area .page-ttl .jp {
    font-size: 20px;
  }
}

#common_header li a {
  display: unset;
}

#pankuzu {
  width: 90%;
  max-width: 1240px;
  margin: 20px auto 0;
}
#pankuzu .wrapper {
  max-width: 1240px;
}
#pankuzu .pankuzu-list {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
#pankuzu .pankuzu-list li {
  font-size: 12px;
  color: #333;
  list-style: none;
  margin: 0 5px;
}
#pankuzu .pankuzu-list li a {
  color: #9e8166;
  position: relative;
}
#pankuzu .pankuzu-list li a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #9e8166;
  bottom: 0;
  width: 100%;
}

.button01 {
  background: linear-gradient(to right, #024fa0, #00004e);
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  width: 320px;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .button01 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.button01:hover {
  transition: 0.2s;
  filter: brightness(120%) saturate(160%);
}
.button01 span {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.button01 span::before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  left: 0;
  height: 8px;
  width: 8px;
}

.logout_button {
  background-color: #bfbfbf;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  width: 310px;
  transition: 0.2s;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .logout_button {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
}
.logout_button:hover {
  transition: 0.2s;
  filter: brightness(120%) saturate(160%);
}
.logout_button span {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.logout_button span::before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  left: 0;
  height: 6px;
  width: 6px;
}

@media screen and (max-width: 480px) {
  .a.gl-tel {
    font-size: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  #t_article-body table {
    width: unset;
  }
}

@media screen and (max-width: 480px) {
  .info-area .info-tel .gl-time {
    font-size: 11px !important;
  }
}

.notice + .info-in {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .notice + .info-in {
    margin-top: 55px;
  }
}

.mt_none {
  margin-top: 0;
}

.groupBox {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 40px;
  width: 90%;
  max-width: 1240px;
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  .groupBox {
    align-items: center;
    flex-direction: column;
  }
}
.groupBox img {
  width: 100%;
}
.groupBox .group_area {
  display: inline-block;
  text-align: end;
  max-width: 320px;
}
@media screen and (max-width: 480px) {
  .groupBox .group_area {
    max-width: 250px;
  }
}
.groupBox .group01 {
  border-right: 1px solid #231815;
  margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .groupBox .group01 {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.groupBox .group02 {
  max-width: 380px;
}
@media screen and (max-width: 480px) {
  .groupBox .group02 {
    margin-top: 10px;
    max-width: 250px;
  }
}
.groupBox .group_txt {
  display: inline-block;
  color: #231815;
}
.groupBox .group_txt p {
  font-size: 12px;
  margin: 0 0 10px;
  color: #231815;
  border-bottom: 1px solid;
}
.groupBox .group01_01 img {
  width: 100%;
}
.groupBox .group02_02 {
  max-width: 220px;
}

@media screen and (max-width: 1420px) {
  .notice-in .txt_area {
    display: block !important;
  }
}
.topImage img {
  width: 100%;
}

.adNote {
  font-size: 80%;
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .adNote {
    font-size: 100%;
  }
}
.adNote li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .seller li {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .seller:last-child li {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .seller:last-child li {
    margin-bottom: 0;
  }
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}