.thanks .ttl_bg_green {
  background-color: #e2eab7;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #2c5e25;
  border-radius: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .thanks .ttl_bg_green {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
}
.thanks .ttl_bg_green .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2c5e25;
}
@media print, screen and (min-width: 920px) {
  .thanks .ttl_bg_green .ttl {
    font-size: 1.8rem;
  }
}

.thanks_shop_box {
  border-bottom: 1px solid #dedede;
  padding: 18px 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .thanks_shop_box {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.thanks_shop_box:last-of-type {
  border: none;
}
.thanks_shop_box .thanks_shop_name {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .thanks_shop_box .thanks_shop_name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .thanks_shop_box .thanks_shop_name {
    margin-right: 20px;
  }
}
.thanks_shop_box .thanks_shop_name a {
  text-decoration: none;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.thanks_shop_box .thanks_shop_name a:hover {
  color: #dc5014;
}
.thanks_shop_box .thanks_shop_name a:hover:after {
  width: 0;
}
.thanks_shop_box .thanks_shop_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: end;
  width: 60%;
}
.thanks_shop_box .sns {
  display: flex;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .thanks_shop_box .sns {
    margin-left: 20px;
    margin-top: 0;
  }
}
.thanks_shop_box .sns li {
  display: flex;
  margin-left: 10px;
}
.thanks_shop_box .sns li:first-child {
  margin-left: 0;
}
.thanks_shop_box .sns a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.thanks_shop_box .sns a:hover {
  background-color: #dc5014;
}
.thanks_shop_box .sns a:before {
  font-family: "icomoon" !important;
  content: "\e910";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  transform: translate(-50%, -50%);
}
.thanks_shop_box .tw a:before {
  content: "\ea96";
}
.thanks_shop_box .ig a:before {
  content: "\ea92";
}
.thanks_shop_box .fb a:before {
  content: "\ea90";
}
.thanks_shop_box .url {
  font-size: 1.4rem;
}
.thanks_shop_box .add {
  font-size: 1.2rem;
  padding-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .thanks_shop_box .add {
    font-size: 1.3rem;
    padding-top: 5px;
  }
}

.thanks_shop_info .shop_title {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .thanks_shop_info .shop_title {
    margin-bottom: 30px;
  }
}
.thanks_shop_info .thanks_end {
  color: #fff;
  background-color: #2c5e25;
  max-width: 520px;
  margin: 13px auto;
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.thanks_shop_info .page_btn_default {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .thanks_shop_info .text_large {
    font-size: 2.8rem;
  }
  .thanks_shop_info .page_btn_default a {
    min-width: 300px;
  }
}