@charset "utf-8";
/* shop topics list */

/* shop topics */

.topics_inner .flex {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  justify-content: space-between;
}
.topics_name {
  color: #007534;
  font-size: 20px;
  font-weight: bold;
}
.topics_day {
  font-size: 15px;
  margin-top: 5px;
}
.topics_read {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  line-height: 1.7;
}
.topics_text {
  line-height: 2;
  margin-top: 40px;
}
.topics_inner .topics_link a {
  justify-content: start;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  margin: 30px 0;
  padding: 20px;
  background-image: url(/img/icn_arrow_right.png);
  background-size:15px 29px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.topics_inner .topics_link a:hover {
  background-color: rgba(219, 231, 108, 0.15);
  transition: .3s;
}
.topics_inner .topics_link a div:first-of-type {
  width: 340px;
  height: 115px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.topics_inner .topics_link a div:first-of-type img {
  display: block;
  position: absolute;
  width: 170px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.topics_inner .topics_link a div:nth-of-type(2) {
  font-weight: bold;
  font-size: 22px;
  padding: 30px;
  width: 100%;
}
.topics_inner .topics_link .topics_link_shopitem {
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
#main section .topics_inner+h2 {
  font-size: 35px;
  margin-top: 70px;
}
#main section h2 {
  background: none;
  font-size: 45px;
  width: auto;
  margin-top: 0;
}
#main section h2 span.space {
  font-size: 35px;
  letter-spacing: 1px;
}
#main section h2 span.space:first-of-type {
  letter-spacing: 4px;
}


/* shop */
.shop_inner {
  margin-bottom: 80px;
}

.shop__box .shop_main{
  display: flex;
}
.shop__box .shop_main-1{
  width: 470px;
  margin-right: 30px;
}
  .shop__box .shop_img_logo{
    margin: 60px auto 50px auto;
    width: 340px;
    height: 180px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
.shop__box .shop_name {
  text-align: center;
  width: 480px;
  color: #007534;
}
.shop__box .shop_name .shop_name_first {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop__box .shop_name .shop_name_item{
  font-size: 16px;
}

.shop__box .shop_main-2{
  width: 500px;
  }
  .shop__box .shop_img_image{
    width: 500px;
    height: 375px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    overflow: hidden;
  }


.shop__box .shop_detail{
  display: flex;
  margin-top: 40px;
}
.shop__box .shop_text-1{
  width: 470px;
}
.shop__box .shop_text-2{
  width: 500px;
  margin-left: 30px;
}
.shop__box .shop_text{
  margin-left: 30px;
}
.shop__box .shop_read {
  font-size: 16px;
}
.shop__box .shop_read .shpo_read_main {
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
  line-height: 1.7em;
  margin-top: -0.4em;
}
.shop__box .shop_read .shop_read_text {
  line-height: 2em;
}
.shop__box .shop_detail_list {
  display: block;
}
.shop__box .shop_detail_list li {
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 0;
}
.shop__box .shop_detail_list li:hover {
  background-color: #fff;
}
.shop__box .shop_detail_list li:last-of-type {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px;
}
.shop__box .shop_detail_list li div:first-of-type {
  width: 100px;
  font-weight: bold;
}
.shop__box .shop_detail_list li div:nth-of-type(2){
  
width: calc(100% - 100px);
}
.shop__box .shop_btn {
  padding: 0;
}
.shop__box .shop_btn:nth-of-type(2) {
  margin-left: 20px;
}
.shop__box .shop_btn a {
  border: 1px solid #231f20;
  padding: 13px;
  position: relative;
  display: block;
  width: 160px;
  text-align: center;
  font-weight: bold;
  background-image: url(/img/icn_arrow_right_shop.png);
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-size: 30px 7px;
}
.shop__box .shop_btn a:hover {
  background-color: rgba(219, 231, 108, 0.15);
  transition: .3s;
}
.shop__box .sns_icon div a {
  width: 45px;
  display: block;
  margin: 20px 15px 0 0;
}
.shop__box .sns_icon div a img {
  width: 100%;
}
.shop__box .sns_icon div a:hover img {
  opacity: .7;
  transition: .3s;
}
#main section .shop_inner+h2 {
  font-size: 35px;
}


@media screen and (max-width:750px) {
  /* shop topics list */
  #main section h2 {
    font-size: 30px;
  }
  #topics {
    width: 95%;
  }
  /* shop topics */
  .topics_inner {
    margin-top: 10px;
  }
  .topics_inner .flex {
    padding-bottom: 10px;
  }
  .topics_name {
    font-size: 16px;
  }
  .topics_day {
    font-size: 12px;
  }
  .topics_read {
    font-size: 16px;
    margin-top: 20px;
  }
  .topics_text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 13px;
  }
  .topics_inner .topics_link a {
    margin: 40px 0;
    padding: 10px;
    background-size: 11px 23px;
  }
  .topics_inner .topics_link a div:first-of-type {
    max-width: 90px;
    height: 60px;
  }
  .topics_inner .topics_link a div:first-of-type img {
    width: 80px;
  }
  .topics_inner .topics_link a div:nth-of-type(2) {
    font-size: 14px;
    padding: 14px 10px;
  }
  .topics_inner .topics_link .topics_link_shopitem {
    font-size: 13px;
    margin-top: 5px;
  }
  .topics_inner .topics_link a:after {
    top: 33px;
    right: 10px;
    font-size: 25px;
  }
  #main section .topics_inner+h2 {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 0;
  }
  #main section h2 span.space {
    font-size: 25px;
  }
  /* shop */
  .shop_inner {
    margin-bottom: 0;
    }
  .shop__box .shop_main{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop__box .shop_main-1{
    width: 100%;
    margin: 0;
  }
  .shop__box .shop_main-2{
    width: 100%;
  }
  
  .shop__box .shop_name{
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .shop__box .shop_name .shop_name_first{
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shop__box .shop_name .shop_name_item{
    font-size: 13px;
  }
  .shop__box .shop_img_logo {
    max-width: 250px;
    max-height: 80px;
    margin: 20px auto 25px;
    border: none;
  }
  .shop__box .shop_img_logo img {
    position: static;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 80px;
  }
  .shop__box .shop_img_image{
    width: 100%;
    height: auto;
  }
  .shop__box .shop_img_image img{
    width: 100%;
  }
  .shop__box .shop_text-1{
    width: 100%;
  }
  .shop__box .shop_text-2{
    width: 100%;
    margin-left: 0;
  }
  .shop__box .shop_text{
    margin-left: 0;
  }
  .shop__box .shop_read {
    font-size: 16px;
  }
  .shop__box .shop_detail{
    display: block;
  }
  .shop__box .shop_img{
    width: 100%;
  }
  .shop__box .shop_read {
    font-size: 14px;
  }

  .shop__box .shop_detail_list {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
  }
  .shop__box .shop_detail_list li{
    padding: 15px 0;
  }
  .shop__box .shop_detail_list li:first-of-type {
    border-top: none;
  }
  .shop__box .shop_detail_list+div.flex {
    justify-content: space-between;
  }
  .shop__box .shop_detail_list+div.flex div:nth-of-type(2) {
    margin: 0;
  }
  .shop__box .shop_detail_list li:last-of-type{
    margin-bottom: 10px;
  }
  .shop__box .sns_icon {
    width: 180px;
    justify-content: space-between;
    margin: 20px auto 60px auto;
  }
  .shop__box .sns_icon div a {
    margin-right: 0;
  }
  #main section .shop_inner+h2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 25px;
  }
  .topics_text .image {
    width: 100% !important;
  }
  
  .shop__box .shop_btn a {
    width: calc(50vw - 50px);
  }


}
